toggle menu
KSLCore
R1.1.3
jvm
switch theme
search in API
KSLCore
/
ksl.utilities.distributions.fitting
/
DistributionGOFIfc
Distribution
GOFIfc
interface
DistributionGOFIfc
Inheritors
DiscreteDistributionGOFIfc
DistributionGOF
Members
Properties
bin
Counts
Link copied to clipboard
abstract
val
binCounts
:
DoubleArray
bin
Probabilities
Link copied to clipboard
abstract
val
binProbabilities
:
DoubleArray
break
Points
Link copied to clipboard
abstract
val
breakPoints
:
DoubleArray
chi
Squared
PValue
Link copied to clipboard
abstract
val
chiSquaredPValue
:
Double
chi
Squared
Test
DOF
Link copied to clipboard
abstract
val
chiSquaredTestDOF
:
Int
chi
Squared
Test
Statistic
Link copied to clipboard
abstract
val
chiSquaredTestStatistic
:
Double
expected
Counts
Link copied to clipboard
abstract
val
expectedCounts
:
DoubleArray
histogram
Link copied to clipboard
abstract
val
histogram
:
HistogramIfc
num
Estimated
Parameters
Link copied to clipboard
abstract
val
numEstimatedParameters
:
Int
Functions
chi
Squared
Test
Results
Link copied to clipboard
open
fun
chiSquaredTestResults
(
type1Error
:
Double
=
0.05
)
:
String