I am studying Analysis of Variance. Suppose, we have done ANOVA and found out that null hypothesis is rejected. This means there is a significant difference between at least one pair of the treatments. Now, we would like to know about those pairs. For that my book is calculating something called as Critical Difference between any two pairs:
$CD.=t_{n-k}(\alpha/2).S_{E}^2\sqrt{2/n}$
Here, $n-k$ is the degree of freedom of the error. And $S_{E}^2$ is the sum of square due to error. I am not able to understand the intuition behind the above formula for critical difference.


This is also called Tukeys method (https://www.itl.nist.gov/div898/handbook/prc/section4/prc471.htm). Think of it like a confidence limit for rejecting the null hypothesis that no pair are different.