Learn R Programming

MSTest (version 0.1.5)

simuMdl: Likelihood ratio test statistic sample distribution

Description

This function is used by Monte Carlo Likelihood ratio testing procedures to simulate processes under the null hypothesis.

Usage

simuMdl(mdl_h0, p, q, k, burnin, exog)

Value

List with simulated process properties.

Arguments

mdl_h0

List with restricted model properties.

p

integer specifying the number of autoregressive lags.

q

integer specifying the number of series.

k

integer specifying the number of regimes.

burnin

integer specifying the number of observations to drop from beginning of simulation.