KSLCore
Toggle table of contents
R1.1.9
jvm
Platform filter
jvm
Switch theme
Search in API
KSLCore
KSLCore
/
ksl.utilities.random.rvariable
/
BetaRV
/
BetaRV
Beta
RV
constructor
(
alpha1
:
Double
,
alpha2
:
Double
,
streamNum
:
Int
)
constructor
(
alpha1
:
Double
=
1.0
,
alpha2
:
Double
=
1.0
,
stream
:
RNStreamIfc
=
KSLRandom.nextRNStream()
,
name
:
String
?
=
null
)
Parameters
alpha1
the first shape parameter
alpha2
the second shape parameter
stream
the random number stream