Returns the estimated coefficient matrices of the moving average representation of a stable VAR(p).
# S3 method for varshrinkest
Phi(x, nstep = 10, ...)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\).
An object of class "varshrinkest",
generated by VARshrink().
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.
Phi