Learn R Programming

TimeMachine (version 1.0)

stationary.dist: Compute Stationary Distribution of a Markov Chain

Description

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

Usage

stationary.dist(transitions)

Arguments

transitions
Square matrix specifying the transition probabilities of the Markov chain

Value

  • A vector representing the stationary distribution.