DMarkov Chain
constructor(theInitialState: Int = 1, transMatrix: Array<DoubleArray>, stream: RNStreamIfc = KSLRandom.nextRNStream())
Parameters
the Initial State
the initial state
trans Matrix
the single step transition matrix
stream
the random number stream