paramList_MSARXmdl | R Documentation |
This function takes the parameter vector of interest and converts it to a list with specific parameter vectors needed for univariate Markov-switching functions.
paramList_MSARXmdl(theta, p, k, qz, msmu, msvar)
theta |
Vector of parameters. |
p |
Number of autoregressive lags. |
k |
Number of regimes. |
qz |
Number of exogenous variables. |
msmu |
Boolean indicating if the mean switches with regime. |
msvar |
Boolean indicating if the variance switches with regime. |
List with the mean, variance, transition matrix, limiting probabilities, and a vector of state indicators.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.