Descriptive Statistics

Instead of listing raw data, descriptive statistics use summary measures to convey the big picture quickly.

BeginnerDescriptive Statistics

What Are Descriptive Statistics?

Descriptive statistics are methods to organize and summarize data so it’s easier to grasp.
Rather than reporting every single value, we present a few summary measures that capture the overall pattern.

Typical summaries:

  • Mean: arithmetic average
  • Median: middle value in ordered data
  • Mode: most frequent value
  • Range / Standard Deviation: size of variability

Why Use Summaries?

Listing raw numbers is precise but hard to digest. A small set of summaries communicates the big picture faster, which helps with reporting, decision-making, and comparison across groups.

Example 1: Test Scores

Raw data:

{55, 60, 65, 70, 70, 75, 80, 85, 90, 95}\{55,\ 60,\ 65,\ 70,\ 70,\ 75,\ 80,\ 85,\ 90,\ 95\}

Mean (step-by-step):

xˉ=55+60+65+70+70+75+80+85+90+9510=74510=74.5\bar{x}=\frac{55+60+65+70+70+75+80+85+90+95}{10} =\frac{745}{10}=74.5

Saying “the average score is 74.5” conveys class performance immediately.

Example 2: Weekly Step Counts

Raw data:

{5200, 6800, 7000, 3000, 12000, 6500, 7100}\{5200,\ 6800,\ 7000,\ 3000,\ 12000,\ 6500,\ 7100\}

Mean (step-by-step):

xˉ=5200+6800+7000+3000+12000+6500+71007=476007=6800\bar{x}=\frac{5200+6800+7000+3000+12000+6500+7100}{7} =\frac{47600}{7}=6800

“The average was about 6,800 steps per day” is easier to digest than listing seven numbers.

Key Takeaways

  • Raw data = detailed but hard to read at a glance
  • Summaries = compact and quickly informative
  • Start with a one-line summary (e.g., mean), then share raw data if needed

Interactive Demo: Raw Data vs. Summary Statistics

See how descriptive statistics make data easier to understand at a glance.

The test scores were: 55, 60, 65, 70, 70, 75, 80, 85, 90, and 95 points. That's a lot of numbers to process!

Person A: Using raw data

The average test score was 74.5 points - clearly shows good overall performance!

Person B: Using summary statistics

Test Scores Visualization

Mean (Average)

74.5

points

Median (Middle)

72.5

points

Data Points

10

total values

Raw Data:

55606570707580859095

💡 Key Insight

Notice how the summary statistics (mean = 74.5 points) immediately tell you the story, while scanning through all the raw numbers takes much more mental effort. This is the power of descriptive statistics!

Try This:

  • • Switch between different examples using the dropdown
  • • Compare the speech bubbles - which is easier to understand?
  • • Toggle the mean line on/off to see how it summarizes the data
  • • Notice how summary statistics capture the "big picture" instantly
← Back to Encyclopedia