Click or drag to resize

LinearRegressionParameterTStatisticCriticalValue Method

Gets the critical value of the t-statistic for the specified alpha level.

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

Parameters

alpha  Double
The significance level.

Return Value

Double
The critical value for the significance level.
See Also