stn: Generic function for the stn function

Description Usage Arguments Value Author(s)

View source: R/stn.R

Description

Generic function for the stn function, function for S3 Class use

Usage

1
stn(obj, k, ending, epsilon)

Arguments

obj

the Markov Chain we want to apply

k

for infinite state Markov Chain, the initial state to do the iterative process in order to find the stationary distribution

ending

for infinite state Markov Chain, the ending criterion of the iterative process

epsilon

for infinite state Markov Chain, the convergence criterion to stop the iterative process

Value

A matrix corresponding to the stationary states

Author(s)

Jiexuan Cao, Yuki Liu, Qianhan Zhang


yuki0425/mc documentation built on May 4, 2019, 7:44 p.m.

Related to stn in yuki0425/mc...