Description Usage Arguments Value
A function for simulating HMM's. Not expected to be called by user, use instead the 'simulate' method for hmm objects.
1 |
n |
Integer, number of observations to simulate. |
delta |
m-dimensional vector. Initial distribution of Markov chain |
Gamma |
m x m matrix. Transition probs for Markov chain |
rdists |
List of functions f_i, where f_i(k) generates k i.i.d. copies of X|C=i |
include_state |
Logical. Denotes whether or not the hidden states should be included. If TRUE, they are appended to the end of the HMM. |
Vector of simulated HMM
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.