Click or drag to resize

LogisticRegressionFitAnalysisParameterCalcHosmerLemeshowStatistic Class

Class containing the attributes of the Hosmer Lemeshow statistic for a logistic regression model.
Inheritance Hierarchy
SystemObject
  CenterSpace.NMath.CoreLogisticRegressionFitAnalysisParameterCalcHosmerLemeshowStatistic

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

The LogisticRegressionFitAnalysisParameterCalcHosmerLemeshowStatistic type exposes the following members.

Constructors
 NameDescription
Public methodLogisticRegressionFitAnalysisParameterCalcHosmerLemeshowStatisticInitializes a new instance of the LogisticRegressionFitAnalysisParameterCalcHosmerLemeshowStatistic class
Top
Properties
 NameDescription
Public propertyCovariatesEqualityComparer Gets the comparer obect used in determining when covariate patterns are equal.
Public propertyGroups Gets the groups used for computing the Hosmer Lemeshow statistic.
Public propertyNumberOfGroups Gets the number of groups used in computing the Hosmer Lemeshow statistic.
Public propertyPValue Gets the p-value for the Hosmer Lemeshow statistic.
Public propertyValue Gets the value of the Hosmer Lemeshow statistic.
Top
Methods
 NameDescription
Public methodClone Creates a deep copy of self.
Public methodToString String representation of the attributes of the Hosmer Lemeshow statistic.
(Overrides ObjectToString)
Top
See Also