rdtmc | R Documentation |
The basic Markov chain simulation scheme found in J.R. Norris' book.
rdtmc(n, P, mu, states = NULL)
n |
number of steps to simulate in the chain |
P |
the probability transition matrix |
mu |
the initial distribution vector |
states |
optional states if simulating strings or non-integer chains |
data.frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.