|  | GoodnessOfFitParameterTStatisticPValue Method | 
            Returns 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 TStatisticPValue(
	double b
)
Public Function TStatisticPValue ( 
	b As Double
) As Double
public:
double TStatisticPValue(
	double b
)
member TStatisticPValue : 
        b : float -> float Parameters
- b  Double
- A test value.
Return Value
DoubleThe p-value.
 See Also
See Also