Compute the stationary distribution of a homogeneous Markov chain
stationary.Rd
A homogeneous, finite state Markov chain that is irreducible and aperiodic converges to a unique stationary distribution, here called \(\delta\). As it is stationary, this distribution satisfies $$\delta \Gamma = \delta,$$ subject to \(\sum_{j=1}^N \delta_j = 1\), where \(\Gamma\) is the transition probability matrix. This function solves the linear system of equations above.
See also
tpm
to create a transition probabilty matrix using the multinomial logistic link (softmax)
Other stationary distribution functions:
stationary_cont()
,
stationary_p()