|  | LogisticRegressionParameterParameterCalcWaldChiSquareStatistic Property | 
            Gets the Wald chi square statistic. This is defined as the
            parameter value squared divided by the parameter variance.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic double WaldChiSquareStatistic { get; }Public ReadOnly Property WaldChiSquareStatistic As Double
	Get
public:
property double WaldChiSquareStatistic {
	double get ();
}member WaldChiSquareStatistic : float with get
Return Value
DoubleThe WaldStatistic.
 See Also
See Also