Zum Inhalt springen

English:Descriptive Statistics

Aus MOOCsWiki Staging
Version vom 23. August 2026, 16:13 Uhr von Glanz (Diskussion | Beiträge) (aiMOOC über GPT aiMOOC Action erstellt)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
aiMOOC-Siegel

Descriptive Statistics



Introduction

Descriptive statistics help you turn a collection of data into a clear description. Instead of staring at a long list of values, you can summarize what is typical, how much the values vary, whether the distribution is balanced or skewed, and whether unusual values appear. Descriptive statistics can use numbers such as the mean and standard deviation, tables such as a frequency table, and visual displays such as a histogram or box plot.

This course is designed for Grades 9–10. You will work with school-level examples, calculate common summary statistics, interpret graphs, compare different summaries, and judge whether a statistical description is fair and useful. The main goal is not only to calculate answers but also to explain what those answers mean in context.

A descriptive analysis tells you about the data that were actually observed. If you use a sample to make a claim about a larger population, you move into inferential statistics. Keeping this distinction clear helps you avoid claims that go beyond the evidence.


Learning Goals

By the end of the course, you should be able to identify categorical and quantitative data, organize data in frequency tables, calculate and interpret measures of center and spread, construct and read common statistical graphs, describe the shape of a distribution, identify possible outliers, choose suitable summary measures, and communicate findings in clear English.


From Raw Data to Useful Information

Data are recorded observations. A single recorded value is a data point. A variable is a characteristic that can take different values, such as travel time to school, number of books read, or preferred music genre.

Data type What it records Example Useful displays
Categorical Labels or groups Preferred school club Frequency table, bar chart
Quantitative Numerical amounts or measurements Travel time in minutes Dot plot, histogram, box plot
Discrete quantitative Countable numerical values Number of messages received in one hour Frequency table, dot plot
Continuous quantitative Measurements that can take values across an interval Height in centimeters Histogram, box plot

A frequency tells you how often a value or category occurs. A relative frequency tells you what fraction or percentage of the data belongs to that value or category. For example, if 8 of 25 students choose cycling as their preferred activity, its relative frequency is 8 ÷ 25 = 0.32, or 32%.

Bar charts are useful for categories because the bars represent separate groups. Histograms are different: they group numerical values into intervals, so neighboring bars represent neighboring intervals on a numerical scale.


Population, Sample, and Context

A population is the full group you want to study. A sample is the part of that population from which data are collected. Descriptive statistics can summarize either a population or a sample, but a sample summary does not automatically prove that the whole population has the same pattern.

Context matters. A statement such as “the mean is 18” is incomplete unless you know what was measured, the unit, who or what was observed, and how the data were collected. Good statistical communication always connects the number back to its meaning.


Measures of Center

Measures of center describe a typical or central location in a distribution. The three most familiar are the mean, median, and mode.

Measure How to find it Strength Caution
Mean Add all numerical values and divide by the number of values Uses every numerical value Can be strongly affected by extreme values
Median Order the data and find the middle value, or average the two middle values Resistant to extreme values Does not use the exact size of every value
Mode Find the value or category that occurs most often Works with categorical as well as numerical data A data set can have no mode or more than one mode

For the data 4, 5, 5, 6, 10, the mean is 6, the median is 5, and the mode is 5. The value 10 pulls the mean upward more than it changes the median. This is why the median is often more informative than the mean when a distribution is strongly skewed or contains extreme values.

The image compares the locations of the mean, median, and mode for different distribution shapes. Their positions can differ when a distribution is skewed.

For extra practice with the calculations, use this worked example video:


Measures of Spread

Two data sets can have the same center but very different amounts of variability. Measures of spread describe how far the values extend or how tightly they cluster.


Range and Interquartile Range

The range is the maximum minus the minimum. It is quick to calculate, but it depends only on the two most extreme values.

The quartiles divide ordered data into four parts. The first quartile Q1 marks roughly the lower quarter, the median Q2 marks the middle, and the third quartile Q3 marks roughly the upper quarter. The interquartile range, or IQR, is Q3 minus Q1. It describes the spread of the middle 50% of the data and is less sensitive to extreme values than the range.

Different textbooks and software can use slightly different conventions for quartiles, especially in small data sets. In this course, when a hand calculation is needed, order the data, find the median, then find the median of the lower half and the median of the upper half. In school work, follow the convention required by your teacher or software.


Variance and Standard Deviation

The variance is based on squared distances from the mean. The standard deviation is the square root of the variance, so it is expressed in the same unit as the original data.

A small standard deviation means values tend to cluster relatively close to the mean. A large standard deviation means values are more spread out. Standard deviation is not a measure of whether data are “good” or “bad”; it describes variability.

This visualization shows how distances from the mean contribute to a standard-deviation calculation.


Standard Deviation and the Normal Distribution

The following diagram shows a special case: a normal, bell-shaped distribution. For a normal distribution, about 68% of values lie within one standard deviation of the mean, about 95% lie within two, and about 99.7% lie within three. Do not apply this rule automatically to a distribution that is strongly skewed, irregular, or clearly not bell-shaped.


Five-Number Summary and Box Plots

A five-number summary contains the minimum, Q1, median, Q3, and maximum. A box plot turns these values into a compact picture of center and spread.

In a basic box plot, the box runs from Q1 to Q3 and contains the middle 50% of the values. A line inside the box marks the median. Many modern box plots use whiskers based on an outlier rule rather than always extending to the absolute minimum and maximum, so you should check the convention used by the graph.

A common rule marks a value as a potential outlier if it lies below Q1 − 1.5 × IQR or above Q3 + 1.5 × IQR. “Potential” is important: an unusual value may be a genuine observation, a measurement error, or evidence of an interesting case. Investigate it rather than deleting it automatically.


Visualizing Distributions

A good graph lets you see patterns that a single average can hide. For one quantitative variable, useful displays include dot plots, stem-and-leaf plots, histograms, and box plots.


Histograms

A histogram divides a numerical scale into intervals called bins or classes and shows how many observations fall into each interval. Look for center, spread, clusters, gaps, skewness, multiple peaks, and possible outliers. The choice of bin width can change what patterns are easy to see, so a histogram should be interpreted together with its scale and binning.


Dot Plots and Stem-and-Leaf Plots

A dot plot places a mark for each observation above its value, which is especially useful for small or medium data sets. A stem-and-leaf plot separates each number into a stem and a leaf so that you can see the distribution while still preserving the original data values.

The image shows how the same data can appear as a stem-and-leaf plot and as a histogram. Comparing the two helps you see the trade-off between preserving exact values and showing the overall distribution shape.


Shape of a Distribution

A distribution can be approximately symmetric when the two sides have similar shapes. It can be right-skewed when a longer tail extends toward larger values, or left-skewed when a longer tail extends toward smaller values. A distribution can also be unimodal with one clear peak, bimodal with two clear peaks, or have a more complicated shape.

Shape influences which summaries are most informative. For an approximately symmetric distribution without strong outliers, the mean and standard deviation often work well together. For a strongly skewed distribution or one with influential outliers, the median and IQR often give a more resistant summary.


Worked Example: Travel Times

Suppose 12 students record these travel times to school, in minutes:

12, 13, 13, 14, 15, 16, 16, 17, 18, 18, 20, 35

The values are already ordered.

Statistic Result Interpretation
Mean 17.25 minutes The total of 207 minutes divided by 12 students
Median 16 minutes The average of the sixth and seventh values
Mode 13, 16, and 18 minutes Each of these occurs twice, so the data are multimodal
Range 23 minutes 35 minus 12
Q1 13.5 minutes Median of the lower six values
Q3 18 minutes Median of the upper six values
IQR 4.5 minutes 18 minus 13.5

Using the 1.5 × IQR rule, the upper fence is 18 + 1.5 × 4.5 = 24.75 minutes, so 35 minutes is a potential outlier. The mean of 17.25 minutes is pulled upward by this high value, while the median remains 16 minutes. If you wanted to describe a typical travel time for this group, reporting the median and IQR would therefore be especially useful.

If you remove 35 without a valid reason, however, you change the data. A better next question is whether 35 is a recording error or a genuine long commute. Statistical reasoning includes checking data quality before making decisions.


Choosing and Communicating Summaries

A strong descriptive report usually answers four questions: What was measured? What is typical? How variable are the values? What does the distribution look like? It may also identify unusual observations and explain whether they affect the interpretation.

Situation Useful summary Why
Roughly symmetric numerical data without strong outliers Mean and standard deviation They use all values and describe center plus spread
Strongly skewed numerical data or data with influential outliers Median and IQR They are more resistant to extreme values
Categorical data Mode, frequencies, and percentages Mean and median are not meaningful for category labels
Small numerical data set Dot plot or stem-and-leaf plot plus numerical summaries You can see both exact values and overall pattern
Larger numerical data set Histogram or box plot plus numerical summaries The distribution becomes easier to inspect


Avoiding Misleading Descriptions

Statistics can be technically correct but still misleading if important context is hidden. Check whether the sample is appropriate, whether units are clear, whether an axis starts at a surprising value, whether histogram bins are chosen sensibly, whether an average hides a skewed distribution, and whether outliers were removed without explanation.

When you compare groups, use the same units and compatible scales. When you report a mean, consider whether the median tells a different story. When you show a graph, label axes and state what the data represent. Clear statistical communication is part of the analysis, not an optional extra.


Interactive Tasks


Quiz: Test Your Knowledge

What is the main purpose of descriptive statistics? (To summarize and describe observed data) (!To prove that a sample represents every population) (!To guarantee a future prediction) (!To replace data collection)




What is the mean of 4, 6, 8, and 10? (7) (!6) (!8) (!28)




What is the median of 3, 4, 4, 9, and 20? (4) (!8) (!9) (!20)




Which measure of center is usually most resistant to one extreme outlier? (Median) (!Mean) (!Range) (!Standard deviation)




What is the range of 12, 14, 18, and 25? (13) (!11) (!18) (!37)




What does the interquartile range describe? (The spread of the middle half of the data) (!The most frequent category) (!The total number of observations) (!The difference between mean and median)




Which graph groups quantitative values into numerical intervals? (Histogram) (!Bar chart) (!Pie chart) (!Pictogram)




What does the line inside the box of a typical box plot represent? (The median) (!The mean) (!The range) (!The sample size)




What does a relatively small standard deviation usually indicate? (Values are clustered relatively close to the mean) (!Every value is identical to the mean) (!The distribution must be right-skewed) (!The data contain no possible outliers)




In the data 2, 2, 3, 4, and 20, which measure is affected more by the value 20? (The mean) (!The median) (!The mode) (!The sample size)





Memory Game

Mean Sum of all numerical values divided by the number of values
Median Middle position after the observations are placed in order
Mode Most frequently occurring value or category
Range Difference between the maximum and minimum
Interquartile range Width of the central half of an ordered data set
Standard deviation Measure of typical spread around the arithmetic center





Drag and Drop

Match the correct terms. Topic
Categorical variable Favorite music genre
Quantitative variable Daily screen time in minutes
Potential outlier A value far from most other observations
Histogram Grouped numerical intervals
Box plot Compact display based on quartiles




...


Crossword Puzzle

Histogram Which graph groups numerical data into intervals and shows their frequencies?
Median Which measure is found at the middle of ordered data?
Outlier What is a value called when it lies unusually far from most observations?
Quartile What is one of the cut points that divides ordered data into four parts?
Frequency What word describes how often a value or category occurs?
Variability What word describes how much the values in a data set differ from one another?





LearningApps


Cloze Text

Complete the text.

Descriptive statistics help you

observed data without automatically making claims about a larger population. The arithmetic

is found by adding numerical values and dividing by the number of values. The

is the middle of ordered data and is resistant to extreme observations. The

is the most frequently occurring value or category. The

is calculated by subtracting the minimum from the maximum. The

describes the spread of the middle half of the ordered data. A

groups quantitative values into numerical intervals. A

displays quartiles and a median in a compact form. The

describes variability around the mean. A value unusually far from most others may be investigated as a potential

.




Open-Ended Tasks


Easy

  1. Classroom data tally: Collect a small, non-sensitive set of classroom data such as the number of books in five backpacks, then make a frequency table and write two observations.
  2. Mean median mode poster: Create a one-page poster that explains mean, median, and mode with your own numerical example and one sentence about when each measure is useful.
  3. Graph detective: Find a bar chart or histogram in a newspaper, website, or textbook, identify the variables and units, and explain what the display makes easy or difficult to see.
  4. One-minute statistics video: Record a short video that teaches how to find the median of an ordered data set with an odd or even number of values.


Standard

  1. Anonymous class survey: Design and conduct an anonymous survey on a non-sensitive topic, summarize the responses with frequencies or numerical measures, and explain one limitation of your data collection.
  2. Spreadsheet summary: Enter at least 20 numerical observations into a spreadsheet, calculate mean, median, range, IQR, and standard deviation, then check two of the calculations by hand.
  3. Histogram and box plot comparison: Create a histogram and a box plot for the same data set and explain what each display reveals about center, spread, shape, and unusual values.
  4. Interview a data user: Interview a teacher, coach, shop worker, technician, or other adult about a situation in which they summarize data, then connect their example to at least two ideas from descriptive statistics.


Advanced

  1. Measurement experiment: Measure a repeatable quantity such as paper-airplane flight distance or reaction time for at least 20 trials, describe the distribution, and discuss sources of variability.
  2. Misleading graph audit: Locate a public graph that could mislead a reader, recreate it more clearly, and write a justification focusing on scale, labels, context, or choice of summary.
  3. Compare two groups: Use a suitable non-sensitive data set to compare two groups with measures of center, measures of spread, and at least one graph, then explain whether the differences are large relative to within-group variability.
  4. Statistical story project: Produce a multimedia report with text, original charts, and a short narrated explanation that answers a question using descriptive statistics while clearly separating observation from inference.



Learning Assessment

  1. Choosing a resistant summary: Given a strongly right-skewed set of household travel times with one extreme value, choose suitable measures of center and spread and justify your choice.
  2. Same center different spread: Construct two different data sets with the same mean but clearly different variability, then explain how a graph and a spread measure reveal the difference.
  3. Graph-to-text interpretation: Study a histogram provided by your teacher and write a concise statistical description of its center, spread, shape, and possible outliers without inventing information not shown.
  4. Outlier decision: Analyze a data set containing one unusual value, apply the 1.5 × IQR rule, and explain what evidence you would need before deciding whether to correct, keep, or remove that observation.
  5. Comparing representations: Explain how a frequency table, histogram, and box plot of the same numerical data emphasize different features, then choose the best display for a stated communication goal.
  6. Data claim critique: Evaluate a claim based on an average by checking the data type, sampling context, distribution shape, spread, and choice of center, then rewrite the claim so that it is statistically more responsible.




Evidence of Learning

Area Evidence
Knowledge You can explain categorical and quantitative data, frequency, center, spread, quartiles, distribution shape, and potential outliers using correct statistical language.
Skills You can organize data, calculate common descriptive measures, create and read appropriate graphs, compare summaries, and check whether conclusions match the observed evidence.
Products Your work may include frequency tables, calculations, histograms, box plots, posters, spreadsheets, short videos, survey reports, or multimedia statistical stories.
Reasoning You can justify why a particular measure or graph is suitable and explain how skewness or outliers can change an interpretation.
Transfer You can apply descriptive statistics to unfamiliar school, workplace, science, sports, or everyday data and communicate the results clearly to another person.




OERs on the Topic



Linked Learning Areas


aiMOOC Projects

MOOCwiki · Deutsch

Nach dem Lernen ist vor dem Lernen

Entdecke direkt den nächsten Lernkurs. Weitere Inhalte erscheinen, wenn Du weiter nach unten scrollst.

Zur MOOCwiki-Hauptseite

Mediathek

Mediathek

Inhalte werden geladen ...

Mediathek wird aus dem Wiki geladen ...