DetAR(FitAR)R Documentation

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 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

References

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

See Also

FastLoglikelihoodAR

Examples

DetAR(c(0.1,0.1,0.1))

[Package FitAR version 1.0 Index]