msteptpm function

m-step Transition Probability Matrix Computation

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)

Arguments

  • TPM: a transition probability matrix
  • m: the m step required

Author(s)

Prabhanjan N. Tattar

Examples

EF2 <- Ehrenfest(2) msteptpm(as.matrix(EF2),4)
  • Maintainer: Prabhanjan Tattar
  • License: GPL-2
  • Last published: 2015-09-05

Useful links