DiscretePMFGoodnessOfFit

open class DiscretePMFGoodnessOfFit(data: DoubleArray, val distribution: DiscretePMFInRangeDistributionIfc, val numEstimatedParameters: Int = 1, breakPoints: DoubleArray = PMFModeler.makeZeroToInfinityBreakPoints(data.size, distribution)) : DistributionGOF, DiscreteDistributionGOFIfc

Inheritors

Constructors

Link copied to clipboard
constructor(data: DoubleArray, distribution: DiscretePMFInRangeDistributionIfc, numEstimatedParameters: Int = 1, breakPoints: DoubleArray = PMFModeler.makeZeroToInfinityBreakPoints(data.size, distribution))

Properties

Link copied to clipboard
override val binCounts: DoubleArray
Link copied to clipboard
Link copied to clipboard
override val breakPoints: DoubleArray
Link copied to clipboard
override val chiSquaredPValue: Double
Link copied to clipboard
override val chiSquaredTestDOF: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
override val histogram: HistogramIfc
Link copied to clipboard
Link copied to clipboard
override val numEstimatedParameters: Int = 1

Functions

Link copied to clipboard
open fun chiSquaredTestResults(type1Error: Double = 0.05): String
Link copied to clipboard
open override fun toString(): String