argrid_MSVARmdl | R Documentation |
Creates grid of means and covariance matrices consistent with a Markov-switching vector autoregressive model.
argrid_MSVARmdl(mu, sigma, k, ar, msmu, msvar)
mu |
a ( |
sigma |
list with |
k |
integer determining the number of regimes. |
ar |
number of autoregressive lags. |
msmu |
Boolean indicator. If |
msvar |
Boolean indicator. If |
List with M regime specific (q x k
) matrices of means, List with M
regime specific covariance matrices, and vector indicating the corresponded 1,..., k
regime.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.