EMiter_MSARXmdl: EM algorithm iteration for Markov-switching ARX model
Description
This function performs the one iteration (E-step and M-step) of the Expectation Maximization algorithm for Markov-switching ARX model.
Usage
EMiter_MSARXmdl(mdl, EMest_output, k)
Value
List with attributes from new iteration.
Arguments
- mdl
List with model attributes.
- EMest_output
List with attributes from previous iteration.
- k
Integer determining the number of regimes.