search for: yir

Displaying 2 results from an estimated 2 matches for "yir".

Did you mean: dir
2004 May 30
1
What's wrong with this simple code???
Hi, all I can not figure this out, please have a look and help me out. thank you! Note: this is in SPLUS, not R. I have following code *********************************** modfit<-function(yir,yew, ft) { n<-length(yew) yew<-yew[1:(n-1)] yy<-yir-ft xx<-yew-ft n<-length(xx) xx0<-xx[2:n] yy0 <-yy [2:n] xx1<-xx[1:(n-1)] fit <- garch(yy0~xx0 + xx1+var.in.mean, ~garch(1,1),cond.dist='ged') summary(fit) } fs1hca<-modfit(s1hca.r, s1hca.ew, zfr) ******...
2002 Feb 28
1
rsyncd log in common log format?
...syncd log format = %h - - [%t] "%f" - %l But true to the documentation, becuase there is a log file, each log line gets a prefix (the date and the PID) that I don't want. Here are a typical three. 2002/02/27 21:22:44 [2002] UNKNOWN - - [2002/02/27 21:22:44] "yi4latex/tfm/yir-3.tfm" - 1176 2002/02/27 21:22:44 [2002] UNKNOWN - - [2002/02/27 21:22:44] "yi4latex/tfm/yir-4.tfm" - 1176 2002/02/27 21:22:44 [2002] UNKNOWN - - [2002/02/27 21:22:44] "yi4latex/tfm/yir-5.tfm" - 716 What can I do to get rid of those? Thank...