EMiter_MSVARXmdl: EM algorithm iteration for Markov-switching VARX model

View source: R/RcppExports.R

EMiter_MSVARXmdlR Documentation

EM algorithm iteration for Markov-switching VARX model

Description

This function performs the one iteration (E-step and M-step) of the Expectation Maximization algorithm for Markov-switching VARX model.

Usage

EMiter_MSVARXmdl(mdl, EMest_output, k)

Arguments

mdl

List with model attributes.

EMest_output

List with attributes from previous iteration.

k

Integer determining the number of regimes.

Value

List with attributes from new iteration.


roga11/MSTest documentation built on Feb. 25, 2025, 6:10 p.m.