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.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

C#
public double TStatisticPValue(
	double b
)
Visual Basic (Declaration)
Public Function TStatisticPValue ( _
	b As Double _
) As Double
Visual C++
public:
double TStatisticPValue(
	double b
)

Parameters

b
Type: System..::.Double
A test value.

Return Value

The p-value.

See Also