 | LinearRegressionAnovaFStatisticCriticalValue Method |
Computes the critical value for the F statistic at the given
signicance level.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic double FStatisticCriticalValue(
double alpha
)
Public Function FStatisticCriticalValue (
alpha As Double
) As Double
public:
double FStatisticCriticalValue(
double alpha
)
member FStatisticCriticalValue :
alpha : float -> float
Parameters
- alpha Double
- A signicance level.
Return Value
DoubleThe 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