| march.Mc-class {march} | R Documentation |
A Markov chain of order >= 1.
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
numericrepresenting the reduced form of the transition matrix of the current Markov Chain.order:An
integerrepresenting the order of the current Markov Chain.RT:A matrix of
integerrepresenting the number of sample used to compute each transition row of the current RC matrix.
See Also
march.mc.construct, march.Model-class.
[Package march version 3.3.2 Index]