Formula

Statistics Summary Formulas

Summary statistics describe a dataset in a few numbers. They are helpful for quick comparison, but they can hide outliers, skew and sample-size problems.

When to use this formula

Use this formula when your inputs match the variables and units shown below. It is most useful for checking a calculator result, recreating the calculation in a spreadsheet or understanding which input has the biggest effect.

Quick use

Use mean for an arithmetic average, median for the middle value, mode for the most common value and range for the distance between minimum and maximum.

Formula

Mean = sum of values / count; median = middle value after sorting; range = maximum - minimum; mode = most frequent value.

Variables

The dataset values must be numeric. Count is the number of observations after excluding blanks or invalid entries.

Method notes

  • Sort values before finding median.
  • Use sample standard deviation when the dataset is a sample from a larger population.
  • Show count beside summary results so users can judge whether the dataset is small.

Example

For 2, 4, 4, 9 and 11, mean is 6, median is 4, mode is 4 and range is 9.

Assumptions and limitations

Mean is sensitive to outliers, range uses only two values and mode may be missing or have multiple values. For statistical inference, use standard deviation, confidence intervals and sample-size methods.

When the formula is not enough

  • If the result depends on live prices, rates or official thresholds, check the latest value from the named source before relying on it.
  • If the topic is medical, tax, legal, lending or safety related, use the result as a learning aid and check primary guidance before acting.
  • If units or time periods differ, convert them before comparing results.
  • If rounding affects the decision, keep extra precision until the final step.

Common mistakes

  • Using mean when the median better represents skewed income, price or time data.
  • Treating a small sample summary as a population fact.
  • Ignoring missing values or text entries in pasted datasets.

FAQ

Why look at the formula instead of only the answer?

The formula shows which inputs actually drive the result. That makes it easier to spot a wrong unit, compare two scenarios or explain the answer to someone else.

Can different calculators use different formulas for the same topic?

Yes. Some topics have multiple accepted methods or simplified variants. When that matters, the calculator should say which method it uses and what is excluded.

Are formula pages updated?

Stable math formulas need occasional review. Formulas that depend on changing rules, prices or thresholds need a dated source before the page can make stronger claims.