toggle menu
KSLCore
R1.1.3
jvm
switch theme
search in API
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