| VARest {weakARMA} | R Documentation |
Estimation of VAR(p) model
Description
Estimates the coefficients of a VAR(p) model. Used in matXi.
Usage
VARest(x, p)
Arguments
x |
Matrix of dimension (n,p+q). |
p |
Integer for the lag order. |
Value
A list containing:
acCoefficients data matrix.
pInteger of the lag order.
kDimension of the VAR.
resMatrix of residuals.
[Package weakARMA version 1.0.3 Index]