initial_state | R Documentation |
Given the accumulated values of the initial probabilities alpha
and a
uniform value u
, it returns the initial state of a Markov jump process.
This corresponds to the states satisfying cum_alpha_(k-1) < u < cum_alpha_(k).
initial_state(cum_alpha, u)
cum_alpha |
A cummulated vector of initial probabilities. |
u |
Random value in (0,1). |
Initial state of the Markov jump process.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.