toggle menu
KSLCore
R1.1.3
jvm
switch theme
search in API
KSLCore
/
ksl.utilities.random.markovchain
/
TwoStateMarkovChain
/
TwoStateMarkovChain
Two
State
Markov
Chain
constructor
(
theInitialState
:
Int
=
1
,
p01
:
Double
=
0.5
,
p11
:
Double
=
0.5
,
stream
:
RNStreamIfc
=
KSLRandom.nextRNStream()
)