1package umontreal.ssj.markovchainrqmc;
3import umontreal.ssj.util.multidimsort.MultiDimComparable;
A subclass of MarkovChain for which there is a total ordering between the states, induced by the impl...
int getStateDimension()
Returns the dimension of the state.
This class defines a generic Markov chain and provides basic tools to simulate it for a given number ...
This interface is an extension (or variant) of the Comparable interface in Java.