HMmdl_mle | R Documentation |
This function computes estimate a Hidden Markov model using MLE.
HMmdl_mle(theta_0, mdl_in, k, optim_options)
theta_0 |
vector containing initial values to use in optimization |
mdl_in |
List with model properties (can be obtained from estimating linear model i.e., using |
k |
integer determining the number of regimes |
optim_options |
List containing
|
List with model attributes
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.