Gamma2delta: This function computes the stationary distribution of a...

View source: R/fHMM_parameters.R

Gamma2deltaR Documentation

This function computes the stationary distribution of a transition probability matrix Gamma.

Description

This function computes the stationary distribution of a transition probability matrix Gamma.

Usage

Gamma2delta(Gamma)

Arguments

Gamma

A transition probability matrix.

Details

If the stationary distribution vector cannot be computed, it is set to the discrete uniform distribution over the states.

Value

A stationary distribution vector.


fHMM documentation built on Oct. 12, 2023, 5:10 p.m.