check_para_validity {HMMmlselect} | R Documentation |
check_para_validity
Description
Auxiliary function that checks whether the parameter set is suitable for HMM/Gaussian mixture.
Usage
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.
[Package HMMmlselect version 0.1.6 Index]