Click or drag to resize

GoodnessOfFitParameterTStatistic Method

Returns the t-statistic for the null hypothesis that this parameter is equal to the given test value.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public double TStatistic(
	double b
)

Parameters

b  Double
A test value.

Return Value

Double
The t-statistic.
See Also