|  | LogisticRegressionParameterParameterCalcWaldChiSqStatisticPValue Property | 
            Gets the p-value for a t-test with the null hypothesis
            that this parameter is equal to the given test value versus the
            alternative hypothesis that it is not.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic double WaldChiSqStatisticPValue { get; }Public ReadOnly Property WaldChiSqStatisticPValue As Double
	Get
public:
property double WaldChiSqStatisticPValue {
	double get ();
}member WaldChiSqStatisticPValue : float with get
Return Value
DoubleThe p-value.
 See Also
See Also