Click or drag to resize

OneWayRanovaFStatisticCriticalValue Method

Computes the critical value for the RANOVA F statistic at the given significance level.

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

Parameters

alpha  Double
A significance level.

Return Value

Double
The critical value.
See Also