Join us for
RADAR: AI Edition

MSTest (version 0.1.5)

HMmdl_mle: Hidden Markov model maximum likelihood estimation

Description

This function computes estimate a Hidden Markov model using MLE.

Usage

HMmdl_mle(theta_0, mdl_in, k, optim_options)

Value

List with model attributes

Arguments

theta_0

vector containing initial values to use in optimization

mdl_in

List with model properties (can be obtained from estimating linear model i.e., using ARmdl)

k

integer determining the number of regimes

optim_options

List containing

  • maxit: maximum number of iterations.

  • thtol: convergence criterion.