Description Usage Arguments Value Author(s) References See Also Examples
Generate count data and the hidden states based on the user-supplied HMM paramters.
1 |
TRANS |
Expected a squared matrix of probabilities (0 ≤ p ≤ 1) with row and column length equal to that of alpha and beta and row sum and column sum both equal to 1 (within some numerical deviation of 1e-6). |
alpha |
Expected a vector of positive values with length equal to that of beta and the row/column of TRANS. |
beta |
Expected a vector of positive values with length equal to that of alpha and the row/column of TRANS. |
Total |
Total number of data points to generate. |
A list containing:
count |
Simulation count data. |
label |
Hidden states associated with the simulated data. |
Yue Li
Capp\'e, O. (2001). H2M : A set of MATLAB/OCTAVE functions for the EM estimation of mixtures and hidden Markov models. (http://perso.telecom-paristech.fr/cappe/h2m/)
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.