initialState: Initial state of Markov jump process
Description
Given the accumulated values of the initial probabilities Pi and a uniform value u, it returns the initial state of a Markov jump process
Usage
initialState(cumulatedPi, u)
Value
The initial state of the Markov jump process
Arguments
- cumulatedPi
A vector
- u
A random value in (0,1)