# Introducing Statistics: What Can We Learn from Data?

> AP Statistics · AP 2024-2026 Statistics Framework
> Source: https://www.owlsprep.com/study/ap-statistics-u10-introducing-statistics-what-can-we/

We cover core foundational statistical definitions, distinguish anecdotal evidence from rigorous empirical data, and outline valid conclusions you can draw from datasets aligned to the latest AP Statistics exam requirements.

**Prerequisites:** [Basic arithmetic and graphical interpretation skills](https://www.owlsprep.com/study/ap-statistics-pre-requisite-numeracy-skills/)

## Learning objectives

- Distinguish anecdotal evidence from rigorously collected statistical data
- Define core vocabulary including population, sample, parameter, and statistic
- Differentiate descriptive and inferential statistical methods
- Identify valid and invalid conclusions that can be drawn from different study designs

## What is Statistics, and Why It Is Not Just Math

Many new AP Stats students assume the course is only about calculating formulas, but statistics is first and foremost a discipline of reasoning about variability in real-world data. The core goal of statistics is to turn raw, messy observations into actionable, evidence-based conclusions that account for random chance.

**Statistics** — The science of collecting, organizing, analyzing, and interpreting data to account for natural variability and uncertainty in observations.

> **info**
>
> Unlike pure mathematics, statistical conclusions are never 100% certain, and valid reasoning is often prioritized over exact calculation on the AP exam.

**Worked example:** A student claims 'all 11th graders at my school sleep less than 6 hours a night, because my three friends all do'. Explain why this is not a valid statistical conclusion.

1. First, identify the source of the claim: the student only used 3 personal observations, which is a tiny non-random subset of the full group.
2. This is anecdotal evidence, not a systematically collected dataset, so it cannot support a general conclusion about all 11th graders.
3. A valid statistical study would collect data from a representative sample of 11th graders to account for variability in sleep habits.

**Check your understanding**

Test your understanding of the difference between anecdotal and statistical evidence

1. Which of the following is an example of statistical evidence?

   - A) My cousin's car broke down, so all cars of that model are defective
   - B) A survey of 200 randomly selected owners finds 12% of that model break down in the first year
   - C) I saw one car of that model break down on the highway
   - D) A mechanic says they see 10 of that model break down every month

   *Why:* Random sampling of a large representative group eliminates the bias of personal anecdotes, making this formal statistical evidence.

## Core Distinction: Population vs Sample, Parameter vs Statistic

Two of the most commonly tested foundational pairs on the AP exam are population/sample and parameter/statistic. Mixing these up will cost you points on FRQs, so you need to be able to identify them instantly for any given scenario.

**Parameter** — A numerical value that describes a characteristic of an entire population, which is almost always unknown in real studies.

*Notation:* Usually represented with Greek letters

**Statistic** — A numerical value calculated from sample data, used to estimate the unknown population parameter.

*Notation:* Usually represented with Roman letters, often with a hat or bar

> **mnemonic**
>
> Remember: P for Population = P for Parameter, S for Sample = S for Statistic. That 1-second memory hook will save you from mixing them up on exam day.

**Worked example:** A school district surveys 500 randomly selected high school students out of 8000 total high school students, and finds their average weekly screen time is 7.2 hours. Identify the population, sample, parameter, and statistic in this scenario.

1. Population: The full group of interest, which is all 8000 high school students in the district.
2. Sample: The subset of the population that was actually surveyed, which is the 500 randomly selected students.
3. Parameter: The true unknown average weekly screen time for all 8000 district high school students.
4. Statistic: The calculated value from the sample, 7.2 hours, which is used to estimate the population parameter.

**Exam command terms**

AP exam questions often use specific wording to test if you can distinguish parameters and statistics

- **Describe the population of interest** — You must name the full entire group, not just the sample you collected data from *(Do not write 'the 500 students surveyed', write 'all high school students in the district'.)*

- **Identify the value that estimates the population characteristic** — You are being asked for the sample statistic, not the unknown parameter.

## Descriptive vs Inferential Statistics

Once you have collected your sample data, you can use two broad categories of statistical methods: descriptive, which summarizes the data you already have, and inferential, which lets you generalize conclusions from the sample to the larger population.

| Category | Core Goal | Does it calculate parameters? | AP Exam Example |
| --- | --- | --- | --- |
| Descriptive Statistics | Summarize features of observed sample data | No, it only describes the data you collected | Calculating the mean of your sample, making a histogram of sample responses |
| Inferential Statistics | Draw generalizable conclusions about the larger population from sample data | Yes, it estimates unknown population parameters | Running a confidence interval to estimate the true population mean, performing a hypothesis test |

**Worked example:** A researcher calculates the median income of 300 survey respondents, then uses that value to estimate the median income of all full-time workers in the state. Label each step as descriptive or inferential.

1. Calculating the median income of the 300 survey respondents is descriptive statistics: it only summarizes the data you already observed.
2. Using that sample median to estimate the median income of all full-time workers in the state is inferential statistics: it generalizes beyond the observed sample to the larger population.

## Limits of Statistical Conclusions

A critical AP exam skill is identifying what conclusions you CANNOT draw from a given dataset. If your data collection method has bias, or you did not use random assignment for an experiment, you cannot make causal claims.

> **warning**
>
> The College Board deducts points on FRQs if you claim a causal relationship from an observational study, even if the correlation is very strong.

**Worked example:** An observational study finds that people who drink 2 cups of coffee a day have a 15% lower risk of type 2 diabetes. Can the researchers conclude that drinking coffee causes reduced diabetes risk? Explain your answer.

1. First, note that this is an observational study, not a randomized controlled experiment.
2. There are confounding variables that could explain the relationship: for example, people who drink coffee regularly may also exercise more, or have healthier diets.
3. Therefore, the researchers cannot conclude that coffee causes reduced diabetes risk. They can only state that there is an association between coffee consumption and lower diabetes risk.

## Common pitfalls

- **Wrong:** Calling a sample value a parameter on an FRQ
  - Why it fails: Parameters describe full populations, which are almost never measured directly in AP study scenarios
  - Correct: Use the P for Population / S for Sample mnemonic to label values correctly before writing your answer.
- **Wrong:** Generalizing anecdotal evidence to a large population
  - Why it fails: Anecdotal observations are non-random, tiny subsets that do not represent the full group
  - Correct: Only make generalizable claims if your data comes from a representative random sample of the population of interest.
- **Wrong:** Claiming causation from an observational study
  - Why it fails: Confounding variables can create a correlation between two variables even if there is no causal link
  - Correct: Only state causal conclusions if the study used random assignment of treatments to subjects.
- **Wrong:** Defining the population as the sample you collected data from
  - Why it fails: The population is always the full larger group you want to learn about, not the subset you surveyed
  - Correct: Explicitly name every member of the full group of interest when describing the population.
- **Wrong:** Treating statistics as purely a math calculation subject
  - Why it fails: 60% of the AP exam score comes from reasoning and communication, not arithmetic
  - Correct: Practice writing full justifications for every conclusion, not just calculating numbers.

## Cheatsheet

| Term | Definition | Notation |
| --- | --- | --- |
| Population | Full group of interest | N (population size) |
| Sample | Subset of population measured | n (sample size) |
| Parameter | Numerical value describing population | Greek letters e.g. \mu |
| Statistic | Numerical value describing sample | Roman letters e.g. \bar{x} |
| Descriptive Stats | Summarize observed data | N/A |
| Inferential Stats | Generalize to population | N/A |

## What's next

Now that you have mastered the foundational vocabulary of statistics, you are ready to move on to exploring different types of data, including categorical and quantitative variables, and the appropriate graphical displays for each type. These foundational definitions will be referenced in every subsequent unit of the AP Statistics course, from probability to inference, so make sure you can distinguish parameters and statistics instantly before proceeding. Mastering these basics will help you avoid losing easy points on the multiple choice section and FRQ rubrics for the entire exam.

---

From [OwlsPrep](https://www.owlsprep.com) — free study guides for A-Level, IB, AP and IGCSE, written against the official syllabus. Canonical page: https://www.owlsprep.com/study/ap-statistics-u10-introducing-statistics-what-can-we/
