check_para_validity: check_para_validity

Description Usage Arguments Details Value References

View source: R/HMMorderselectionfacility.R

Description

Auxiliary function that checks whether the parameter set is suitable for HMM/Gaussian mixture.

Usage

1
check_para_validity(parameters_in_matrix_form, bool_hmm)

Arguments

parameters_in_matrix_form

The parameters to be checked.

bool_hmm

1 for HMM. 0 for Gaussian mixture.

Details

See Manual.pdf in "inst/extdata" folder.

Value

It returns the logical value of whether the parameter set is suitable for HMM/Gaussian mixture.

References

Yang Chen, Cheng-Der Fuh, Chu-Lan Kao, and Samuel Kou (2019+) "Determine the number of states in hidden markov models via marginal likelihood." Submitted.


HMMmlselect documentation built on May 3, 2020, 9:05 a.m.