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

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

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

Parameters

alpha
Type: System..::.Double
The significance level.

Return Value

The critical value for the significance level.

See Also