Description Usage Arguments Details Value Examples
Computes the marginal distribution of a stationary Markov chain with transition probability matrix Pi. The m discrete states of the Markov chain are denoted by 1, ..., m.
1 | compdelta(Pi)
|
Pi |
is the m*m transition probability matrix of the Markov chain. |
If the Markov chain is stationary, then the marginal distribution delta satisfies
delta = delta Pi.
Obviously,
sum_j^m delta_j = 1.
A numeric vector of length m containing the marginal probabilities.
1 2 3 4 5 6 7 8 |
[1] 0.1538462 0.2307692 0.2307692 0.2307692 0.1538462
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.