Learn R Programming

smmR (version 1.0.5)

get.limitDistribution: Method to get the limit (stationary) distribution

Description

Method to get the limit (stationary) distribution of a semi-Markov chain.

Usage

get.limitDistribution(x, klim = 10000)

Value

A vector of length \(\textrm{card}(E)\) giving the values of the limit distribution.

Arguments

x

An object of S3 class smmfit or smm.

klim

Optional. The time horizon used to approximate the series in the computation of the mean sojourn times vector \(m\) (cf. meanSojournTimes function).