pick_Am | R Documentation |
pick_Am
picks the coefficient matrices A_{m,i} (i=1,..,p)
from the given parameter vector for a given regime, so that they are arranged in
a 3D array with the third dimension indicating each lag.
pick_Am(p, M, d, params, m, structural_pars = NULL)
p |
the autoregressive order of the model |
M |
the number of regimes |
d |
the number of time series in the system, i.e., the dimension |
params |
a real valued vector specifying the parameter values.
Should have the form
For models with...
Above, |
m |
which regime? |
Does not support constrained parameter vectors.
Returns a 3D array containing the coefficient matrices of the given regime.
The coefficient matrix A_{m,i}
can be obtained by choosing [, , i]
.
No argument checks!
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.