Click or drag to resize

LogisticRegressionFitAnalysisParameterCalcHosmerLemeshowGroup Class

Class representing a group used in computing the Hosmer Lemeshow statistic for a logistic regression model.
Inheritance Hierarchy
SystemObject
  CenterSpace.NMath.CoreLogisticRegressionFitAnalysisParameterCalcHosmerLemeshowGroup

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
[SerializableAttribute]
public class HosmerLemeshowGroup : ICloneable

The LogisticRegressionFitAnalysisParameterCalcHosmerLemeshowGroup type exposes the following members.

Constructors
 NameDescription
Public methodLogisticRegressionFitAnalysisParameterCalcHosmerLemeshowGroupInitializes a new instance of the LogisticRegressionFitAnalysisParameterCalcHosmerLemeshowGroup class
Top
Properties
 NameDescription
Public propertyAverageEstimatedProbability Gets the average estimated probability for the group.
Public propertyGroupSize Gets the number of covariates in this group.
Public propertyMemberIndices 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
Public propertyNumberPositiveOutcomes Gets the number of positive outcomes for the group.
Public propertyPredictedNumberOfPositiveOutcomes Gets the predicted number of outcomes for this group.
Top
Methods
 NameDescription
Public methodClone Creates a deep copy of self.
Public methodToString String representation for the group.
(Overrides ObjectToString)
Top
See Also