msteptpm {ACSWR} | R Documentation |
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)