Click or drag to resize

LogisticRegressionFitAnalysisParameterCalcHLStatistic Method

Overload List
 NameDescription
Public methodHLStatistic(FuncLogisticRegressionParameterCalc, Int32) Computes the Hosmer Lemeshow statistic using the given functor to determine the number of groups and the number of observations in each group. The groups will be determined as follows: First, the observations are sorted in increasing order of their estimated probability. The first group will contain the first groups[0] observations from this sequence, the second group will contain the next groups[1] observations, and so forth.
Public methodHLStatistic(Int32) Gets the Hosmer Lemeshow statistic for the model using a specified number of groups. The default is 10 groups.
Public methodHLStatistic(Int32, IEqualityComparerDoubleVector) Calculates the Hosmer Lemeshow statistic for the model using the specified number of groups and the given comparer to determine equality of covariate patterns.
Top
See Also