About Statistics Calculator

Statistics Calculator reads a list of numbers separated by commas, spaces, or new lines, and reports the common descriptive statistics.

It gives both the population and sample standard deviation, the quartiles and interquartile range, and the geometric and harmonic means when every value is positive. It runs in your browser.

How to use it

  1. Paste or type your numbers.
  2. Read the full set of statistics.
  3. Switch between population and sample where it matters.

Common questions

Population or sample standard deviation?

Population divides by n; sample divides by n minus 1 and is the right choice when your numbers are a sample of a larger group. Both are shown.

How are quartiles calculated?

By linear interpolation between the closest ranks, which is one of the common methods and matches many spreadsheet tools.

Why are the geometric and harmonic means sometimes blank?

They are only defined for positive numbers, so they are omitted if any value is zero or negative.

Does anything leave my browser?

No. The tool runs entirely on this page.