Calculatorism

Statistics Calculator

Compute count, sum, mean, median, mode, range, variance and standard deviation of a dataset.

Input Data

如 1, 2, 3, 4, 5。

Results

8
40
5
4.5
4
7
4
2
4.5714
2.1381
n = 8 values analyzed

At a glance:Descriptive statistics summarize a dataset with a few metrics: central tendency (mean, median, mode) and dispersion (range, variance, standard deviation). Population variance divides by n; sample variance divides by n−1 (Bessel's correction).

Formula

Mean = Σx / n.

Sample variance s² = Σ(x−x̄)² / (n−1).

Sample SD = √s².

How to Use

  1. Enter comma/space separated values.
  2. Read the statistics.

FAQ

Population vs sample variance?

Sample variance divides by n−1 (unbiased); population by n; sample SD is usually larger.

Multiple modes?

If several values tie for the highest frequency, all are listed.

Related Tools

References

Content review: Calculatorism Science Team. Results are for reference only.

Found a problem with the results?

If this calculator's result is wrong, or you have any question about the calculation logic, please let us know. You are viewing:Statistics Calculator/math/statistics)。