Descriptive statistics turns raw data into clear summaries that are easier to understand and compare. Instead of staring at a long list of numbers, you can describe the center, spread, and shape of a dataset. These tools matter in science, business, sports, medicine, and everyday decision making because they reveal patterns quickly.
A good summary helps you notice what is typical, what varies, and what might be unusual.
Understanding Descriptive Statistics
A center measure is useful only when it matches the data. The mean uses every value, so one very large or very small result can pull it away from where most results lie. For example, a class might have test scores mostly near seventy, but one score of ten lowers the mean noticeably.
The median is more resistant because it depends on position after sorting. This makes it useful for incomes, house prices, waiting times, and other data with a few extreme values.
The mode is especially helpful for categories or repeated choices, such as the most common shoe size or transport method. A dataset can have one mode, several modes, or no mode.
Spread tells you whether a typical value gives a reliable picture. Two teams can have the same average score while one team is very consistent and the other has scores all over the place. The range is quick to calculate, but it depends completely on the lowest and highest values.
A single recording mistake can make the range misleading. Variance and standard deviation use the distances between values and the mean. Each distance is squared so negative and positive distances do not cancel out.
Squaring gives more weight to values that are far from the mean. Standard deviation changes the result back into the original unit, such as seconds, centimetres, or marks, so it is usually easier to interpret than variance.
When data come from a sample rather than every member of a population, the sample variance divides by one less than the number of values. This small adjustment helps correct a tendency for samples to underestimate the true variation in the whole population. You do not need to memorise the proof at first, but you should know that the adjustment is connected to using the sample mean.
Once the mean has been calculated, the deviations from that mean must add to zero. That creates one restriction on the data and leaves one fewer independent deviation.
Quartiles split sorted numerical data into four sections. The interquartile range measures the width of the middle half, where the central bulk of the data sits. It is much less affected by extreme values than the range or standard deviation.
Teachers often use a value below the first quartile by more than one point five times the interquartile range, or above the third quartile by that amount, as a possible outlier. Possible does not mean wrong.
An outlier may be a typo, a faulty sensor reading, or an important real event. Check the source before removing it.
Shape adds context to every numerical summary. A histogram can show whether values are fairly balanced, bunched into groups, or stretched farther on one side. A long right tail often makes the mean greater than the median.
A long left tail often has the opposite effect. Always inspect a graph, sort the values when practical, and state the units. A standard deviation of five has a very different meaning for temperatures measured over one day than for exam marks out of one hundred.
Key Facts
- Mean: x̄ = (sum of all data values) / n
- Median: the middle value after sorting the data from least to greatest
- Range: range = maximum value - minimum value
- Sample variance: s^2 = Σ(x - x̄)^2 / (n - 1)
- Sample standard deviation: s = sqrt(Σ(x - x̄)^2 / (n - 1))
- Interquartile range: IQR = Q3 - Q1
Vocabulary
- Mean
- The mean is the arithmetic average found by adding all values and dividing by the number of values.
- Median
- The median is the middle value of an ordered dataset, or the average of the two middle values when there is an even number of values.
- Mode
- The mode is the value or values that occur most often in a dataset.
- Standard deviation
- Standard deviation measures how far data values typically are from the mean.
- Outlier
- An outlier is a data value that is much higher or lower than most of the other values in the dataset.
Common Mistakes to Avoid
- Using the mean when outliers strongly affect the data. The mean can be pulled toward extreme values, so the median may better describe a skewed dataset.
- Forgetting to sort the data before finding the median or quartiles. Median and quartile positions depend on the ordered list, not the original order of collection.
- Confusing range with standard deviation. Range uses only the maximum and minimum, while standard deviation uses every data value and describes typical spread around the mean.
- Treating a graph shape as proof of cause and effect. Descriptive statistics can show patterns and associations, but they do not by themselves prove what caused the pattern.
Practice Questions
- 1 Find the mean, median, mode, and range of the dataset: 4, 7, 7, 10, 12.
- 2 A sample dataset has values 2, 4, 6, 8. Calculate the sample variance and sample standard deviation.
- 3 A dataset of home prices has one extremely expensive mansion compared with many typical homes. Explain whether the mean or median is the better measure of center and why.