[R] pacf

Christian Kleiber Kleiber at statistik.uni-dortmund.de
Tue Jun 20 15:30:53 CEST 2000


Dear list,

according to the documentation of acf{ts}

"the partial correlation coefficient is estimated by fitting
autoregressive models of successively higher orders up to lag.max. "

However, R seems to return the Yule-Walker estimates of the PACF by
default. You can check this using c(1:10) as the series: the YW
estimates are 0.7000000 and  -0.1527035 for lags 1 and 2 . If the PACF
really was estimated from running autoregressions, the first coefficient
should be 1 and one would expect an error message for higher-order
coefficients (due to singularity of the regression matrix). pacf() or
acf (..., type="partial", ...), however, return 0.7000000 and
-0.1527035.

Best regards,

Christian Kleiber

-------------- next part --------------
A non-text attachment was scrubbed...
Name: Kleiber.vcf
Type: text/x-vcard
Size: 324 bytes
Desc: Visitenkarte für Christian Kleiber
Url : https://stat.ethz.ch/pipermail/r-help/attachments/20000620/f399df06/Kleiber.vcf


More information about the R-help mailing list