Click or drag to resize

LogisticRegressionFitAnalysisParameterCalcPearsonResidual Class

Class containing Pearson Residual attributes. The Pearson Residual is calculated for each covariate pattern.
Inheritance Hierarchy
SystemObject
  CenterSpace.NMath.CoreLogisticRegressionFitAnalysisParameterCalcPearsonResidual

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

The LogisticRegressionFitAnalysisParameterCalcPearsonResidual type exposes the following members.

Constructors
 NameDescription
Public methodLogisticRegressionFitAnalysisParameterCalcPearsonResidualInitializes a new instance of the LogisticRegressionFitAnalysisParameterCalcPearsonResidual class
Top
Properties
 NameDescription
Public propertyCovariatePattern Gets the covariate pattern.
Public propertyEstimatedProbability Gets the estimated, or predicted, probablility for this covariate pattern.
Public propertyNumberPositiveOutcomes Gets the number of positive outcomes for this covariate pattern.
Public propertyNumberWithCovariatePattern Gets the number of outcomes with this covariate pattern.
Public propertyResidual Gets the Pearson residual for this covariate pattern.
Top
Methods
 NameDescription
Public methodClone Returns a deep copy of self.
Public methodToString String representation for the Pearson residual.
(Overrides ObjectToString)
Top
See Also