pick_phi0 | R Documentation |
\phi_{m}
or \mu_{m}
, m=1,..,M vectorspick_phi0
picks the intercept or mean parameters from the given parameter vector.
pick_phi0(M, d, params)
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 (d\times M)
matrix containing \phi_{m}
in the m:th column or
\mu_{m}
if the parameter vector is mean-parametrized, , m=1,..,M
.
No argument checks!
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.