Click or drag to resize

GlobalFittedParameterTStatisticPValue 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.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public double TStatisticPValue(
	double b
)

Parameters

b  Double
A test value.

Return Value

Double
The p-value.
See Also