stationary: Compute the stationary distribution of a transition...

View source: R/stationary.R

stationaryR Documentation

Compute the stationary distribution of a transition probability matrix.

Description

See title.

Usage

stationary(tpm)

Arguments

tpm

a transition probability matrix.

Value

A vector with the stationary distribution such that p=tpm*p.

Author(s)

Ingmar Visser


depmixS4 documentation built on June 8, 2025, 1:29 p.m.