KSLCore
Toggle table of contents
R1.2.2
jvm
Platform filter
jvm
Switch theme
Search in API
KSLCore
KSLCore
/
ksl.utilities.distributions.fitting
/
DistributionGOF
Distribution
GOF
abstract
class
DistributionGOF
(
data
:
DoubleArray
,
val
numEstimatedParameters
:
Int
=
1
,
breakPoints
:
DoubleArray
)
:
DistributionGOFIfc
(
source
)
Inheritors
ContinuousCDFGoodnessOfFit
DiscretePMFGoodnessOfFit
Members
Constructors
Distribution
GOF
Link copied to clipboard
constructor
(
data
:
DoubleArray
,
numEstimatedParameters
:
Int
=
1
,
breakPoints
:
DoubleArray
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
bin
Counts
Link copied to clipboard
override
val
binCounts
:
DoubleArray
break
Points
Link copied to clipboard
override
val
breakPoints
:
DoubleArray
chi
Squared
PValue
Link copied to clipboard
override
val
chiSquaredPValue
:
Double
chi
Squared
Test
DOF
Link copied to clipboard
override
val
chiSquaredTestDOF
:
Int
chi
Squared
Test
Statistic
Link copied to clipboard
override
val
chiSquaredTestStatistic
:
Double
histogram
Link copied to clipboard
override
val
histogram
:
HistogramIfc
num
Estimated
Parameters
Link copied to clipboard
override
val
numEstimatedParameters
:
Int
=
1