I did read the related question, and if it did contain the answer to my question, it must have been above my level. This is my very first post, so I'll stick to letters for now.
The pooled sample variance for two stochastic variables with the same variance, is defined as:
$$\frac{((n-1)(∑X-(\bar{X}))^2 +(m-1)∑(Y-(\bar{Y})^2)}{n + m - 2}$$
Why on earth would you use this cumbersome expression? Why not simply add the two sample variances and divide by two?
Like this: $$\frac{((m-1)(∑X-(\bar{X}))^2 +(n-1)∑(Y-(\bar{Y})^2)}{2(n-1)(m-1)}$$
I did the math and...the expected value of this is "also" equal to the variance. It looks more complicated....but it certainly feels more intuitive.
Is there a reason for using the first expression, and not the second?
Thanks a lot!
/Magnus