Learn R Programming

FitAR (version 1.94)

Jacobian: Jacobian AR-coefficients to Partial Autocorrelations

Description

This is more or less and internal routine used by InformationMatrixZeta but it is described in more details since it may be useful in other computations.

Usage

Jacobian(zeta)

Arguments

zeta
partial autocorrelation parameters

Value

square matrix of order length(zeta)

Details

The computation is described in detail in McLeod and Zhang (2006, Section 2.2)

References

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

See Also

InformationMatrixARz

Examples

Run this code
#In McLeod and Zhang (2006, p.603) a symbolic example is given
# for the AR(4).  
#
 Jacobian(rep(0.8,4))

Run the code above in your browser using DataLab