logo

What is Analysis of Variance or ANOVA in Statistics? 📂Statistical Test

What is Analysis of Variance or ANOVA in Statistics?

Definition 1 2

Analyzing variance to compare the population means of two or more groups is called analysis of variance, and it’s often abbreviated as ANOVA.

Explanation

Intuitively, one might think that comparing the sample means would suffice to compare population means, but in the realm of statistics, simply comparing numerical values has little significance.

AB1.png

Mean of AMean of B
0.01420.0271

For example, consider the histograms of samples obtained from two groups, AA and BB, as above. Mathematically, the sample mean of group AA is .0142.0142, and that of group BB is .0271.0271, with group BB having a marginally larger value. However, merely comparing the values in this way is something even a child could do, and if asked whether there is a true difference in the population means of the two groups, it is not easy to readily say yes.

AB2.png

Now, consider data with almost the same sample means but with lower variance, more tightly clustered around their respective population means. Although the difference in sample means is almost the same as the previous scenario, the change in variance allows one to confidently discuss the differences between the population means.

This captures the basic concept of ‘analyzing variance to compare means’ in variance analysis. Actual variance analysis is mainly divided into one-way ANOVA and two-way ANOVA, and when there are kk populations, the null hypothesis is set as follows to determine if all kk population means are equal:

  • H0H_{0}: μ1==μk\mu_{1} = \cdots = \mu_{k}
  • H1H_{1}: At least one μi\mu_{i} differs from the other population means.

  1. 경북대학교 통계학과. (2008). 엑셀을 이용한 통계학: p285. ↩︎

  2. Mendenhall. (2012). Introduction to Probability and Statistics (13th Edition): p449. ↩︎