EMiter_MSVARmdl: EM algorithm iteration for Markov-switching vector...

View source: R/RcppExports.R

EMiter_MSVARmdlR Documentation

EM algorithm iteration for Markov-switching vector autoregressive model

Description

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

Usage

EMiter_MSVARmdl(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.


MSTest documentation built on Oct. 31, 2024, 1:06 a.m.