Description Usage Arguments Value See Also Examples
Creates a model specification of a Markov model.
1 | mm(states, init, ptrans, k = 1)
|
states |
Vector of state space of length s. |
init |
Vector of initial distribution of length s ^ k. |
ptrans |
Matrix of transition probabilities of dimension (s, s). |
k |
Order of the Markov chain. |
An object of class mm.
simulate.mm, fitmm
1 2 3 4 5 6 7 8 9 | |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.