Description Usage Arguments Value
Converts a transition matrix into a 'cumulative transition matrix' If A is a matrix, the rows of the cumulative A are the cumulative sums of the rows of A This helps in the computation of the probability of an event happening
1 | cumulate_matrix(transition_matrix)
|
transition_matrix |
The transition matrix for the Markov model, a table |
A table that is the cumulative version of the input table
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.