How to use
- Type or paste your numbers into the input field.
- Separate them with commas, spaces, or semicolons.
- Mean, count, and sum update instantly.
Formula
$$\bar{x} = \frac{\sum_{i=1}^{n} x_i}{n}$$
Where n is the count of values and $x_i$ are the individual values.
Example
For the numbers 4, 8, 15, 16, 23, 42:
- Sum = 108
- Count = 6
- Mean = 108 / 6 = 18
