Main Content

Markov Chain Models

以过渡矩阵为特征的离散状态空间过程

A discrete state-space Markov process, orMarkov chain,由有向图表示,并由右式过渡矩阵描述P. The distribution of states at timet+ 1 is the distribution of states at timetmultiplied byP. The structure ofPdetermines the evolutionary trajectory of the chain, including asymptotics.

For an overview of the Markov chain analysis tools, seeMarkov Chain Modeling.

Functions

expand all

dtmc Create discrete-time Markov chain
mcmix Create random Markov chain with specified mixing structure
asymptotics 确定马尔可夫链渐近学
isergodic Check Markov chain for ergodicity
isreducible Check Markov chain for reducibility
classify Classify Markov chain states
lazy Adjust Markov chain state inertia
subchain Extract Markov subchain
hitprob Compute Markov chain hitting probabilities
hittime Compute Markov chain hitting times
redistribute Compute Markov chain redistributions
simulate Simulate Markov chain state walks
distplot 情节马尔可夫chain redistributions
eigplot 情节马尔可夫chain eigenvalues
graphplot 情节马尔可夫链的定向图
simplot 情节马尔可夫chain simulations

Topics