View source: R/Phi.varshrinkest.R
| Phi.varshrinkest | R Documentation |
Returns the estimated coefficient matrices of the moving average representation of a stable VAR(p).
## S3 method for class 'varshrinkest'
Phi(x, nstep = 10, ...)
x |
An object of class "varshrinkest",
generated by |
nstep |
An integer specifying the number of moving error coefficient matrices to be calculated. |
... |
Currently not used. |
This is a modification of vars::Phi.varest() for the class
"varshrinkest", preventing redundant copying of data matrix objects.
An array with dimension K \times K \times (nstep + 1) holding
the estimated coefficients of the moving average representation. The first
slice of the array is the starting value, i.e., \mathbf{\Phi}_0.
Phi
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.