Logistic |
The LogisticRegressionFitAnalysisParameterCalcHosmerLemeshowGroup type exposes the following members.
Name | Description | |
---|---|---|
LogisticRegressionFitAnalysisParameterCalcHosmerLemeshowGroup | Initializes a new instance of the LogisticRegressionFitAnalysisParameterCalcHosmerLemeshowGroup class |
Name | Description | |
---|---|---|
AverageEstimatedProbability | Gets the average estimated probability for the group. | |
GroupSize | Gets the number of covariates in this group. | |
MemberIndices | Gets the indices in the regression model data of the covariates in this group. If lr is the corresponding logistic regression model object, then the covariates in this group are lr.PredictorMatrix.Row(MemberIndices[i]), for i = 0, 1,..., MemeberIndices.Count - 1 | |
NumberPositiveOutcomes | Gets the number of positive outcomes for the group. | |
PredictedNumberOfPositiveOutcomes | Gets the predicted number of outcomes for this group. |
Name | Description | |
---|---|---|
Clone | Creates a deep copy of self. | |
ToString |
String representation for the group.
(Overrides ObjectToString) |