GoodnessOfFitDTO

constructor(chiSquaredStatistic: Double, chiSquaredDOF: Int, chiSquaredPValue: Double, binBreakPoints: List<Double>, binProbabilities: List<Double>, expectedCounts: List<Double>, observedCounts: List<Double>, ksStatistic: Double? = null, ksPValue: Double? = null, andersonDarlingStatistic: Double? = null, andersonDarlingPValue: Double? = null, cramerVonMisesStatistic: Double? = null, cramerVonMisesPValue: Double? = null, indexOfDispersion: Double? = null, poissonVarianceTestStatistic: Double? = null)(source)