🧪 ANOVA (F-Test)
Last Updated: Jan 2026
ANOVA (Analysis of Variance) is a statistical test used to determine whether there is a significant difference between the means of three or more groups.
Instead of comparing means one by one, ANOVA compares variance between groups vs variance within groups.
🗣 Hinglish Tip: ANOVA = 3 ya zyada groups ke mean ek saath compare karna
Why ANOVA is Needed?
If we compare:
- Group A vs B
- Group B vs C
- Group A vs C
using multiple t-tests ✘ → error probability badh jaati hai
ANOVA solves this using one single test
When to Use ANOVA?
Use ANOVA when:
- Comparing 3 or more groups
- Data is numerical
- Samples are independent
- Data is approximately normal
- Variances are roughly equal
Types of ANOVA
- One-Way ANOVA → One factor (most common)
- Two-Way ANOVA → Two factors
- Repeated Measures ANOVA
👉 In this tutorial, we cover One-Way ANOVA
ANOVA Notation (Math Standard)
- Group means →
- Overall mean →
- Number of groups →
- Total observations →
- F statistic →
ANOVA Core Idea
If:
- F is large → group means differ significantly
- F is small → group means are similar
Example
Three teaching methods are used, and student's scores are recorded.
Test whether the mean scores differ significantly at 5% significance level.
Step 1: State the Hypotheses
Step 2: Calculate Group Means
Step 3: Calculate Overall Mean
Step 4: Calculate Sum of Squares Between Groups (SSB)
Formula:
Step 5: Calculate Sum of Squares Within Groups (SSW)
Formula:
SSW = 150
Step 6: Degrees of Freedom
Step 7: Mean Squares
Step 8: Calculate F-Statistic
Step 9: Critical Value
At:
- - -
From F-table:
Step 10: Decision
- Calculated F = 27
- Critical F = 5.14
Since:
👉 Reject
Step 11: Conclusion
There is significant evidence that at least one teaching method has a different mean score.
🗣 Hinglish Tip: F value bahut bada → groups alag-alag behave kar rahe hain
