m-step Transition Probability Matrix Computation
The m-step transition probability matrix computation is provided in this function. The equation is based on the well-known "Chapman-Kolmogorov equation".
msteptpm(TPM, m)
TPM |
a transition probability matrix |
m |
the m step required |
Prabhanjan N. Tattar
EF2 <- Ehrenfest(2) msteptpm(as.matrix(EF2),4)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.