dtmc_stationary: Compute the stationary distribution of a DTMC given a...

dtmc_stationaryR Documentation

Compute the stationary distribution of a DTMC given a transition-probability matrix

Description

Uses the basic linear-algebra constrained method to solve for the limiting distribution, if it exists.

Usage

dtmc_stationary(P)

Arguments

P

the transition-probability matrix for the given DTMC

Value

vector


shill1729/markovChains documentation built on April 24, 2022, 11:50 a.m.