Computes the critical value for the F statistic at the given signicance level.

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

Syntax

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

Parameters

alpha
Type: System..::.Double
A signicance level.

Return Value

The critical value.

Remarks

If the observed F statistic is greater than the critical value, we may reject the null hypothesis that all the model parameters are equal to zero at a significance level of alpha.

See Also