pick_Ami | R Documentation |
pick_Ami
picks the coefficient matrix A_{m,i}
from the given parameter vector.
pick_Ami(p, M, d, params, m, i, unvec = TRUE)
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? |
i |
which lag in |
unvec |
if |
Does not support constrained parameter vectors.
Returns the i:th lag coefficient matrix of m:th regime, A_{m,i}
.
No argument checks!
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.