KSLCore
Toggle table of contents
R1.1.9
jvm
Platform filter
jvm
Switch theme
Search in API
KSLCore
KSLCore
/
ksl.utilities.distributions
/
PWCEmpiricalCDF
/
PWCEmpiricalCDF
PWCEmpirical
CDF
constructor
(
breakPoints
:
DoubleArray
,
proportions
:
DoubleArray
=
DoubleArray(breakPoints.size - 1) { 1.0 / (breakPoints.size - 1) }
,
name
:
String
?
=
null
)