Description Usage Arguments Value Examples
Matrix Y
is transformed into Z
notation; see Lütkepohl (2005, p. 70).
This transformation facilitates estimation of VAR(p) models.
1 |
Y |
A |
p |
An integer scalar. The lag length of the VAR(p) system. |
const |
A boolean scalar, indicating wether a constant should be
included. Defaults to |
A ([K * p + 1] x N)
or ([K * p] x N)
matrix. The
dimension depends on whether a constant is included. If it is included, the
first row consists of ones. The next K rows will contain the data lagged by
one time period. The remaining rows will contain further lags up to order p.
The columns will contain time periods of which there are now N
left
after setting aside p
pre-sample values for as lags.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.