|  | LogisticRegressionAuxiliaryStatsParameterCalcCoxSnell Property | 
            Gets the Cox and Snell pseudo R-squared statistic for the model.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic double CoxSnell { get; }Public ReadOnly Property CoxSnell As Double
	Get
public:
property double CoxSnell {
	double get ();
}member CoxSnell : float with get
Property Value
Double Remarks
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
See Also