Description Usage Arguments Author(s) Examples
The m-step transition probability matrix computation is provided in this function. The equation is based on the well-known "Chapman-Kolmogorov equation".
1 | msteptpm(TPM, m)
|
TPM |
a transition probability matrix |
m |
the m step required |
Prabhanjan N. Tattar
1 2 |
0 1 2 3 4
0 0.15625 0.00000 0.75 0.00000 0.09375
1 0.00000 0.53125 0.00 0.46875 0.00000
2 0.12500 0.00000 0.75 0.00000 0.12500
3 0.00000 0.46875 0.00 0.53125 0.00000
4 0.09375 0.00000 0.75 0.00000 0.15625
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.