Applying Descriptive Statistical Methods
Chapter 1 — Subject Title
Short description explaining what the learner will understand after completing this study map.
Describing Data
Descriptive statistics help an analyst summarize what a data set looks like before drawing further conclusions. The material focuses on three families of methods: central tendency, dispersion, and frequency/percentages.
Central Tendency
Mean, median, and mode describe the center or typical values in a data set.
Dispersion
Minimum, maximum, range, variance, standard deviation, and z-scores describe how values are distributed around the center.
Frequency & Percentages
Counts, frequency percentages, percentage difference, and percentage change help describe occurrence, comparison, and change.
At the start of an analysis, descriptive methods can reveal data quality issues, unusual values, and patterns that influence what should be investigated next.
Measures of Central Tendency
Mean, median, and mode all describe central tendency, but they answer different questions and should not be treated as interchangeable.
Classroom score example
The mean uses every value and can be pulled by unusually high or low observations. The median depends on position after sorting and can therefore provide a useful comparison when outliers are present.
Distribution & Measures of Dispersion
Two data sets can share the same center while having very different spreads. Measures of dispersion describe this variability.
Distribution shapes
A normal distribution is represented by a balanced bell-shaped curve. Skewed data places more observations toward one side and changes the shape of the curve.
Range & Outliers
Range is a quick measure of spread obtained from the minimum and maximum values.
For Classroom 105, the original minimum is 55 and maximum is 99, giving a range of 44. Removing those two extreme scores changes the range to 25 (70 to 95), while the mean and median remain comparatively close. Removing legitimate outliers should not be done casually; the source emphasizes justification and stakeholder agreement.
Standard Deviation & Z-Scores
Standard deviation uses all observations to describe dispersion around the mean. A z-score then expresses an individual value's distance from the mean in standard-deviation units.
Standard deviation workflow
Score 55
(55 − 81) / 11.95 ≈ −2.18. The score is a little more than two standard deviations below the mean.
Score 99
(99 − 81) / 11.95 ≈ 1.51. The score is about one and a half standard deviations above the mean.
The source's normal-distribution diagram shows approximately 68.26% within ±1 standard deviation, 95.44% within ±2, and 99.74% within ±3.
Frequency, Bins & Histograms
Frequency counts how often a data point occurs. A histogram groups values into intervals called bins and displays how many observations fall into each interval.
Classroom 105 frequency explorer
| Score | Frequency | Frequency % |
|---|---|---|
| 55 | 1 | 7% |
| 70 | 2 | 14% |
| 75 | 2 | 14% |
| 80 | 3 | 21% |
| 85 | 1 | 7% |
| 88 | 1 | 7% |
| 90 | 1 | 7% |
| 95 | 2 | 14% |
| 99 | 1 | 7% |
Bins reduce many individual numeric values into useful ranges. The material also contrasts predefined binning with k-means clustering, where the algorithm identifies natural groups after the analyst specifies the number of clusters, k.
Percentage Difference & Percentage Change
These two percentage calculations answer different questions: difference compares values, while change tracks movement from an original value to a newer value.
Key Takeaways
Use multiple descriptive measures together to build a fuller picture of a data set.
Center
Mean is the arithmetic average, median is the middle sorted value, and mode is the most frequent value.
Spread
Range gives the max-to-min span; standard deviation incorporates every data point; z-scores describe individual standardized distance from the mean.
Frequency
Counts can be converted to percentages, while histograms use bins to reveal distribution patterns.
Comparison
Percentage difference compares two values relative to their average; percentage change compares a new value with its original value.
Spreadsheet and analytics tools can calculate these statistics quickly, but analysts still need to understand the calculations well enough to validate outputs and interpret them correctly.
Knowledge Check
Answer 20 questions covering the major descriptive-statistics concepts in this study map.