VARest | R Documentation |
Estimates the coefficients of a VAR(p) model. Used in matXi
.
VARest(x, p)
x |
Matrix of dimension (n,p+q). |
p |
Integer for the lag order. |
A list containing:
ac
Coefficients data matrix.
p
Integer of the lag order.
k
Dimension of the VAR.
res
Matrix of residuals.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.