Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

DetAR

Covariance Determinant of AR(p)


Description

Computes the covariance determinant of p successive observations from an AR(p) process with unit innovation variance.

Usage

DetAR(phi)

Arguments

phi

vector of AR coefficients

Details

The AR coefficients are transformed to PACF and then the determinant is computed as a product of PACF terms as given in McLeod and Zhang (2006, eqn. 4).

Value

Determinant

Author(s)

A.I. McLeod and Y. zhang

References

McLeod, A.I. and Zhang, Y. (2006). Partial autocorrelation parameterization for subset autoregression. Journal of Time Series Analysis, 27, 599-612.

See Also

Examples

DetAR(c(0.1,0.1,0.1))

FitAR

Subset AR Model Fitting

v1.94
GPL (>= 2)
Authors
A.I. McLeod, Ying Zhang and Changjiang Xu
Initial release
2013-03-15

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.