Formula

F-Statistic in Simple Linear Regression

In simple linear regression, the F-statistic is used to test the null hypothesis H0H_0 that there is no relationship between the predictor and the response. If the null hypothesis is true, the F-statistic follows an F-distribution with 1 and n-2 degrees of freedom: F=(TSSRSS)/1RSS/(n2)F = \frac{(TSS - RSS) / 1}{RSS / (n-2)} where TSS is the total sum of squares and RSS is the residual sum of squares.

0

4

Updated 2026-06-07

Tags

Data Science