Learn R Programming

FitAR (version 1.94)

JacobianK: Internal Utility Function

Description

The matrix defined in eqn. (10) of McLeod and Zhang (2006). Used by the function Jacobian.

Usage

JacobianK(zeta, k)

Arguments

zeta
partial autocorrelations
k
k-th Jacobian

Value

Matrix

References

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

See Also

Jacobian

Examples

Run this code
JacobianK(rep(0.8,4),3)

Run the code above in your browser using DataLab