Quantitative Data
Quantitative data is data made up of numbers that represent counts or measurements. Examples include height, temperature, number of siblings, and test scores — anything where the values are numerical and mathematical operations like finding the mean make sense.
Quantitative data (also called numerical data) consists of values that represent measurable quantities and on which arithmetic operations can meaningfully be performed. Quantitative data is classified into two subtypes: discrete data, which takes on countable values (often integers), and continuous data, which can take on any value within a range. This stands in contrast to categorical (qualitative) data, where values represent categories or labels rather than quantities.
Example
Problem: A teacher records the following information about 5 students: name, eye color, height (cm), number of pets, and favorite subject. Identify which variables are quantitative and classify them as discrete or continuous.
Step 1: List each variable and ask: does the value represent a number that results from counting or measuring? Name is text, so it is not quantitative. Eye color is a category, so it is not quantitative.
Step 2: Height (cm) is a measurement expressed as a number. You can meaningfully compute an average height. This is quantitative.
Step 3: Number of pets is a count expressed as a number (0, 1, 2, …). You can add or average these values. This is quantitative.
Step 4: Favorite subject is a category (e.g., "Math," "English"), not a number. It is not quantitative.
Step 5: Now classify the two quantitative variables. Height can take any value in a range (e.g., 162.3 cm), so it is continuous. Number of pets can only be whole numbers, so it is discrete.
Answer: Height (continuous quantitative) and number of pets (discrete quantitative) are the two quantitative variables.
Visualization
Why It Matters
Recognizing whether data is quantitative is one of the first decisions you make in any statistical analysis. It determines which graphs you can use (histograms and boxplots for quantitative data, bar charts for categorical data) and which summary statistics are appropriate. In AP Statistics, correctly identifying the type of data guides every step from exploration through inference.
Common Mistakes
Mistake: Treating numerical codes as quantitative data
Correction: A variable like zip code or jersey number uses digits, but the values are labels — averaging them is meaningless. If arithmetic on the values doesn't make sense, the data is categorical, not quantitative.
Mistake: Confusing discrete and continuous
Correction: Discrete quantitative data comes from counting (number of students, number of defects) and takes separated values. Continuous quantitative data comes from measuring (weight, time, distance) and can, in principle, take any value within an interval.
