Skip to main content
Back to Resource Library
Guides

Statistics for Beginners: Mean, SD, Z-Score & More

CalConvs Team
May 25, 2026
Guides

Statistics sounds scary. It does not have to be. Most of the concepts that appear in school, research, and business reports come down to a handful of core ideas — and once you understand those ideas, the maths becomes the easy part.

This guide explains the most important statistical concepts in plain English and shows you which free calculator on CalConvs Math Tools to use for each one.

Population vs Sample — Start Here

PopulationEvery member of the group you are studying. Example: all 330 million Americans.
SampleA smaller group selected from the population. Example: 1,000 surveyed Americans.

In real life, we almost always work with samples. Statistics gives us tools to draw conclusions about the population based on sample data — and to understand how confident we should be in those conclusions.

Mean, Median, and Mode — Measures of Centre

MeanThe average — add all values, divide by the count. Sensitive to outliers.
MedianThe middle value when data is sorted. Resistant to outliers.
ModeThe most frequently occurring value. Useful for categories.

Example: Mean, Median and Mode

Data set: 3, 7, 7, 8, 10, 12, 95
Mean = (3+7+7+8+10+12+95) ÷ 7 = 20.3
Median = 8 (the middle value when sorted)
Mode = 7 (appears twice, all others once)

Notice: the outlier (95) pulls the mean to 20.3 — far above most values. The median (8) better represents the typical value in this data set.

Use the Statistics Calculator to compute mean, median, mode, and range from any data set in one step.

Standard Deviation — How Spread Out Is Your Data?

Standard deviation measures how far values typically stray from the mean. Small SD means data is clustered tightly. Large SD means data is spread out widely.

Standard Deviation Example

Set A: 48, 49, 50, 51, 52 → Mean = 50, SD ≈ 1.58 (tightly clustered)

Set B: 10, 30, 50, 70, 90 → Mean = 50, SD ≈ 31.6 (widely spread)

Both sets have the same mean — but very different standard deviations. SD tells you something the mean alone cannot reveal.

Use the Standard Deviation Calculator. Choose "population" if your data is the complete group, or "sample" if it is a subset.

Key rule — in a normal distribution:

  • 68% of values fall within 1 standard deviation of the mean
  • 95% of values fall within 2 standard deviations of the mean
  • 99.7% of values fall within 3 standard deviations of the mean

Z-Score — How Unusual Is a Single Value?

A z-score tells you how many standard deviations a particular value sits above or below the mean. It standardises values so you can compare data from completely different scales.

Z-Score Example

Formula: Z = (Value − Mean) ÷ Standard Deviation

Mean = 50, SD = 10, your value = 70

Z = (70 − 50) ÷ 10 = 2.0

A z-score of 2.0 means this value is 2 standard deviations above average. In a normal distribution, only about 2.3% of values fall above this point.

Use the Z-Score Calculator to find z-scores and corresponding percentile ranks — useful for test scores, quality control, and research.

Confidence Intervals — How Reliable Is Your Estimate?

When you take a sample and calculate a statistic, it is an estimate of the true population value. A confidence interval gives you a range that likely contains that true value.

A 95% confidence interval means: if you repeated your sampling 100 times, about 95 of the resulting intervals would contain the true population value.

Confidence Interval Example

You survey 200 people and find 60% support a policy.

95% Confidence Interval: 53.2% to 66.8%

Margin of error: ±6.8 percentage points

This means you are 95% confident the true population figure is in that range.

Use the Confidence Interval Calculator to build intervals around your sample statistics.

Sample Size — How Many Participants Do You Need?

Before running a survey or experiment, you need to know how many participants to include for reliable results.

  • Confidence level — usually 95% or 99%
  • Margin of error — how precise the result needs to be (e.g. ±5%)
  • Expected proportion — use 50% if unknown (gives the most conservative, largest sample estimate)

Use the Sample Size Calculator to avoid under- or over-recruiting participants for your study.

Which Statistical Calculator Should I Use?

GoalTool
Summarise a data setStatistics Calculator — mean, median, mode, range
Measure how spread out data isStandard Deviation Calculator
Compare a single value to a distributionZ-Score Calculator
Estimate a population value with uncertainty rangeConfidence Interval Calculator
Plan a study or surveySample Size Calculator
Calculate event likelihoodProbability Calculator

Statistics Calculators on CalConvs

Frequently Asked Questions

What is the difference between mean and median?

The mean is the average of all values. The median is the middle value when data is sorted. For skewed distributions — like income or house prices — the median is often a better representation of "typical" than the mean, which gets pulled by extreme values.

When should I use standard deviation vs variance?

Both measure data spread. Standard deviation is expressed in the same units as the data (e.g., kg, $), making it easier to interpret. Variance is standard deviation squared — useful in formulas but harder to intuit. Use standard deviation for communication.

What does a z-score tell me?

A z-score tells you how many standard deviations a value is from the mean. A z-score of 0 is exactly average. A score of +2 means 2 standard deviations above average. It is used to compare values from different distributions on a common scale.

How large does my sample size need to be?

It depends on the desired margin of error, confidence level, and expected variability in the population. Use the Sample Size Calculator to find the minimum sample needed. Common research uses 95% confidence with a ±5% margin, which typically requires around 385 responses.

Last updated on 5/25/2026