stationary.dist: Compute Stationary Distribution of a Markov Chain

Description Usage Arguments Value

View source: R/tm.R

Description

Computes the stationary distribution of a Markov chain specified by its transition matrix.

Usage

1
stationary.dist(transitions)

Arguments

transitions

Square matrix specifying the transition probabilities of the Markov chain

Value

A vector representing the stationary distribution.


TimeMachine documentation built on Sept. 11, 2018, 5:03 p.m.