KSLCore
Toggle table of contents
R1.2.1
jvm
Platform filter
jvm
Switch theme
Search in API
KSLCore
KSLCore
/
ksl.simulation
/
ModelElement
/
EmpiricalRV
Empirical
RV
fun
EmpiricalRV
(
data
:
DoubleArray
,
streamNum
:
Int
=
0
,
name
:
String
?
=
null
)
:
EmpiricalRV
fun
EmpiricalRV
(
lowerLimit
:
Double
,
numPoints
:
Int
,
width
:
Double
,
streamNum
:
Int
=
0
,
name
:
String
?
=
null
)
:
EmpiricalRV
fun
EmpiricalRV
(
interval
:
Interval
,
numPoints
:
Int
,
streamNum
:
Int
=
0
,
name
:
String
?
=
null
)
:
EmpiricalRV