Evaluates the F-Test Statistic for the (multi-linear) regression considered.
The F-Test Statistic for the (multi-linear) regression considered.
The F-Test Statistic is used within the F-Test which is used to determine whether there is a significant relationship
between the dependent variables (i.e. the data set) and the set of independent variables. In particular, the F-Test
tests the null hypothesis which states that for the model parameters (a[i]'s) of the regression model we have:
a[1] = a[2] = ... = a[n] = 0,
where n is the number of model parameters, and the alternative hypothesis states that at least one of the
model parameters a[j] ≠ 0, for some j. When the T-Test Statistic is large then it supports the
view that the null hypothesis can be rejected.
Please note that before this method is called you must have already performed the following tasks:
GeneralLinear Class | WebCab.COM.Statistics.CurveFitting Namespace