Click or drag to resize

LogisticRegressionFitAnalysisParameterCalcPearsonChiSqrStatistic Class

Class containing the attributes of the Pearson chi-square statistic associated with a logistic regression model.
Inheritance Hierarchy
SystemObject
  CenterSpace.NMath.CoreLogisticRegressionFitAnalysisParameterCalcPearsonChiSqrStatistic

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

The LogisticRegressionFitAnalysisParameterCalcPearsonChiSqrStatistic type exposes the following members.

Constructors
 NameDescription
Public methodLogisticRegressionFitAnalysisParameterCalcPearsonChiSqrStatisticInitializes a new instance of the LogisticRegressionFitAnalysisParameterCalcPearsonChiSqrStatistic class
Top
Properties
 NameDescription
Public propertyNumberCovariatePatterns Gets the number of distinct covariate patterns for the logistic regression model.
Public propertyPValue Gets the p-value for the Pearson chi-square statistic.
Public propertyResiduals Gets the Pearson residuals used in the Pearson chi-square statistics computation.
Public propertyValue Gets the value of the Pearson chi-square statistic.
Top
Methods
 NameDescription
Public methodClone Creates a deep copy of self.
Public methodToString String representation containing Pearson chi-square statistic attributes.
(Overrides ObjectToString)
Top
See Also