Click or drag to resize

LogisticRegressionFitAnalysisParameterCalcPearsonStatistic Method

Computes the Pearson chi-square statistic and related quantities from the Pearson residuals. To determine if two observations are the same (share the same covariate pattern) thier variable values are compared using a relative compare with a tolerance of 1e-6.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public LogisticRegressionFitAnalysisParameterCalcPearsonChiSqrStatistic PearsonStatistic()

Return Value

LogisticRegressionFitAnalysisParameterCalcPearsonChiSqrStatistic
A Pearson chi-square object.
See Also