Click or drag to resize

LogisticRegressionAuxiliaryStatsParameterCalcCoxSnell Property

Gets the Cox and Snell pseudo R-squared statistic for the model.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public double CoxSnell { get; }

Property Value

Double
Remarks
The Cox and Snell pseudo R-squared statistic is computed as [1 - (Likelihood-interceptOnly/Likelihood-fullModel)^(2/N)]/[(1 - Likelihood-interceptOnly)^(2/N)] where N is the number of observations.
See Also