Tips
- Use
Raw numbers
for simple lists. - Pick
Value, Frequency
for tallied responses. - Choose
Value, Weight
for weighted means. - Increase
Trim %
to reduce outlier impact. - Switch
Sample
vsPopulation
for SD/variance.
FAQs
Use commas, spaces, tabs, semicolons, or newlines. The tool normalizes them automatically and ignores stray text.
Select “Value, Frequency” and put each pair on its own line, like 10 3
to mean the value 10 appears three times.
Pick “Value, Weight”, enter pairs, and the calculator will compute a weighted mean. You can normalize weights or treat them as already summing to 1.
Sample variance divides by n−1 to remove bias when data is a sample. Population variance divides by n when the dataset is complete.
Geometric mean needs all values > 0. Harmonic mean cannot include zero because it requires reciprocals.
It chops equal proportions from both tails of the sorted data before averaging, reducing the influence of outliers.
By default, all modes are reported. Switch “First mode only” to see just the first in ascending order.