KSLCore
Toggle table of contents
R1.1.9
jvm
Platform filter
jvm
Switch theme
Search in API
KSLCore
KSLCore
/
ksl.utilities.distributions.fitting
/
PoissonGoodnessOfFit
/
PoissonGoodnessOfFit
Poisson
Goodness
Of
Fit
constructor
(
data
:
DoubleArray
,
mean
:
Double
,
numEstimatedParameters
:
Int
=
1
,
breakPoints
:
DoubleArray
=
PMFModeler.makeZeroToInfinityBreakPoints(data.size, Poisson(mean))
)