EMiter_MSARXmdl | R Documentation |
This function performs the one iteration (E-step and M-step) of the Expectation Maximization algorithm for Markov-switching ARX model.
EMiter_MSARXmdl(mdl, EMest_output, k)
mdl |
List with model attributes. |
EMest_output |
List with attributes from previous iteration. |
k |
Integer determining the number of regimes. |
List with attributes from new iteration.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.