Click or drag to resize

LogisticRegressionAuxiliaryStatsParameterCalcNagelkerke Property

Gets the Nagelkerke pseudo R-squared statistic for the model.

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

Property Value

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