TwoStateMarkovChain

constructor(theInitialState: Int = 1, p01: Double = 0.5, p11: Double = 0.5, stream: RNStreamIfc = KSLRandom.nextRNStream())