Learn R Programming

MSTest (version 0.1.5)

EMaximization_MSVARXmdl: Maximization step of EM algorithm for Markov-switching VARX model

Description

This function performs the maximization step of the Expectation Maximization algorithm for Markov-switching VARX model.

Usage

EMaximization_MSVARXmdl(theta, mdl, MSloglik_output, k)

Value

List with new maximized parameters.

Arguments

theta

Vector of model parameters.

mdl

List with model attributes.

MSloglik_output

List with output from ExpectationM_MSVARmdl.

k

Integer determining the number of regimes.