[Rd] write.csv(..., col.names = FALSE) (PR#13202)

2008-10-28 Thread Albrecht, Dr. Stefan (AIM SE)
This is in contradiction to your citation and not very helpful, if one wants to append data to a file. With best regards, Stefan Dr. Stefan Albrecht, CFA Allianz Investment Management SE AIM-GI-ALM Königinstr. 28 | 80802 Munich | Germany Phone: +49.(0

[Rd] bug in arima? (PR#9404)

2006-11-30 Thread aim
I don't think arima works exactly the way one would expect when there is differencing. What I think should happen is that by default the mean of the differenced series is estimated and if include.mean=F, then it is not. This is not what happens. Instead when there is differencing the include

[Rd] ccf documentation bug or suggeston (PR#9393)

2006-11-28 Thread aim
Hi Duncan, ccf(x,y) does not explain whether c(k)=cov(x(t),x(t+k)) or d(k)=cov(x(t),x(t-k)) is calculated. The following example demonstrates that the c(k) definition is used: ccf(c(-1,1,rep(0,8)),c(1,rep(0,9))) However S-Plus acf uses the d(k) definition in their acf function. For interpretiv