march.Mc-class: A Markov chain of order >= 1.

Description Slots See Also

Description

This class describes a Markov chain of order order, represented by matricess RC (transition matrix in reduced form) and RT (number of data points used to compute each transition). march.Mc extends march.Model-class class and therefore inherits its slots.

Slots

RC:

A matrix of numeric representing the reduced form of the transition matrix of the current Markov Chain.

order:

An integer representing the order of the current Markov Chain.

RT:

A matrix of integer representing the number of sample used to compute each transition row of the current RC matrix.

See Also

march.mc.construct, march.Model-class.


march documentation built on Jan. 13, 2021, 10:50 p.m.

Related to march.Mc-class in march...