Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

msteptpm

m-step Transition Probability Matrix Computation


Description

The m-step transition probability matrix computation is provided in this function. The equation is based on the well-known "Chapman-Kolmogorov equation".

Usage

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)

ACSWR

A Companion Package for the Book "A Course in Statistics with R"

v1.0
GPL-2
Authors
Prabhanjan Tattar
Initial release
2015-09-05

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.