VARMAauto: Computes autocovariances of VARMA

View source: R/VARMAauto.r

VARMAautoR Documentation

Computes autocovariances of VARMA

Description

Computes autocovariances of VARMA

Usage

VARMAauto(phi, theta, sigma, maxlag)

Arguments

phi

Array of dimension m x m x p of VAR coefficients, e.g., phi <- array(cbind(phi1,phi2,...,phip),c(m,m,p))

theta

Array of dimension m x m x q of VMA coefficients, e.g., theta <- array(cbind(theta1,theta2,...,thetaq),c(m,m,q))

sigma

An m x m covariance matrix of white noise

maxlag

Final lag of autocovariance needed.

Value

The autocovariances at lags 0 through maxlag, as array of dimension m x m x (maxlag+1)


jlivsey/sigex documentation built on March 20, 2024, 3:17 a.m.