Click or drag to resize

LinearRegressionAnovaFStatisticCriticalValue Method

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

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

Parameters

alpha  Double
A signicance level.

Return Value

Double
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