Is computing a floating-point mean more accurate when dividing before or after summation? – math.stackexchange.com
Anerdw
This answer to a Code Review question about statistics in Java asserts that, when all values are floating points, computing the mean of several values as $\sum_{i=1}^n \frac{x_i}{n}$ will be more ...
