The Arithmetic Mean ($\bar{X}$) is the most widely used mathematical average, defined as the quotient obtained by dividing the sum of all observations by the total number of items:
Calculation Formulas across Continuous Series:
- 1. Direct Method: $$\bar{X} = \frac{\Sigma f m}{N}$$ Where $m$ is the class mid-value $(L_1 + L_2)/2$, $f$ is frequency, and $N = \Sigma f$.
- 2. Assumed Mean (Shortcut) Method: $$\bar{X} = A + \frac{\Sigma f d}{N}$$ Where $A$ is an assumed mean chosen from $m$, and $d = m - A$.
- 3. Step-Deviation Method (Simplest Computation): $$\bar{X} = A + \left(\frac{\Sigma f d'}{N}\right) \times c$$ Where $d' = \frac{m - A}{c}$, and $c$ is the common class width factor.
Key Mathematical Properties of Arithmetic Mean:
- The algebraic sum of deviations of all values from their arithmetic mean is always zero: $$\Sigma (X - \bar{X}) = 0$$
- The sum of squared deviations from the mean is a minimum: $$\Sigma (X - \bar{X})^2 < \Sigma (X - A)^2 \quad (\text{for any } A \ne \bar{X})$$
- Combined Mean Formula: For two groups of sizes $N_1, N_2$ with means $\bar{X}_1, \bar{X}_2$: $$\bar{X}_{12} = \frac{N_1 \bar{X}_1 + N_2 \bar{X}_2}{N_1 + N_2}$$