pick_allA | R Documentation |
pick_allA
picks all coefficient matrices A_{m,i} (i=1,..,p, m=1,..,M)
from the given parameter vector so that they are arranged in a 4D array with the fourth dimension
indicating each regime and third dimension indicating each lag.
pick_allA(p, M, d, params)
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, |
Does not support constrained parameter vectors.
Returns a 4D array containing the coefficient matrices of the all components. Coefficient matrix
A_{m,i}
can be obtained by choosing [, , i, m]
.
No argument checks!
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.