KSLCore
Toggle table of contents
R1.1.9
jvm
Platform filter
jvm
Switch theme
Search in API
KSLCore
KSLCore
/
ksl.utilities.random.markovchain
/
TwoStateMarkovChain
/
TwoStateMarkovChain
Two
State
Markov
Chain
constructor
(
theInitialState
:
Int
=
1
,
p01
:
Double
=
0.5
,
p11
:
Double
=
0.5
,
streamNum
:
Int
)
constructor
(
theInitialState
:
Int
=
1
,
p01
:
Double
=
0.5
,
p11
:
Double
=
0.5
,
stream
:
RNStreamIfc
=
KSLRandom.nextRNStream()
)