---
title: "t-Distribution — AP Stats Definition & Exam Guide"
description: "The t-distribution is a bell curve with heavier tails, used when σ is unknown. It powers slope inference in Unit 9 with df = n - 2 and t* critical values."
canonical: "https://fiveable.me/ap-stats/key-terms/t-distribution"
type: "key-term"
subject: "AP Statistics"
unit: "Unit 9"
---

# t-Distribution — AP Stats Definition & Exam Guide

## Definition

The t-distribution is a symmetric, bell-shaped probability distribution with heavier tails than the normal distribution, used in AP Stats whenever the population standard deviation is unknown and estimated from the sample, including the t-test and confidence interval for the slope of a regression line (df = n - 2).

## What It Is

The t-distribution looks a lot like the standard [normal curve](/ap-stats/key-terms/normal-curve "fv-autolink"). It's symmetric, [bell-shaped](/ap-stats/unit-5/normal-distribution-revisited/study-guide/dx4vMcx3WjSw68f1Ov66 "fv-autolink"), and centered at zero. The difference is in the tails, which are fatter. That extra tail area is the distribution's way of admitting extra uncertainty, because you're estimating the population standard deviation with sample data instead of knowing it exactly. The shape of the curve depends on its degrees of freedom (df). With small df, the tails are noticeably heavy; as df grows, the t-distribution gets closer and closer to the normal distribution.

In [Unit 9](/ap-stats/unit-9 "fv-autolink"), the t-distribution is the engine behind inference for slopes. When all conditions are met and the null hypothesis is true, the statistic t = (b - β)/SE_b follows a t-distribution with n - 2 degrees of freedom (you lose two df because the regression line estimates two parameters, the slope and the intercept). The same distribution supplies the critical value t* in the confidence interval b ± t*(SE_b). So whether you're testing whether a slope differs from zero or estimating how big it is, the t-distribution is where your p-values and critical values come from.

## Why It Matters

This term lives at the heart of Unit 9: Inference for [Quantitative Data](/ap-stats/key-terms/quantitative-data "fv-autolink"): Slopes. It directly supports [AP Stats](/ap-stats "fv-autolink") 9.5.A (the null distribution of the slope is a t-distribution with df = n - 2), AP Stats 9.2.D (the interval estimate is b ± t*(SE_b)), AP Stats 9.2.C (margin of error = t* times SE of the slope), and AP Stats 9.4.A (the appropriate test for a slope is a t-test). It's also the same family of distributions you used for inference about means in earlier units, so understanding why it exists (we estimate σ, so we pay for it with fatter tails) ties together a huge chunk of the inference half of the course. If you can explain when to use t instead of z and how to count degrees of freedom, you've unlocked the logic behind most of the quantitative inference questions on the exam.

## Connections

### Normal Distribution (Unit 5, used throughout)

The t-distribution is basically [the normal distribution](/ap-stats/unit-1/normal-distribution/study-guide/f842Kr6YNnYX4G0dtAC8 "fv-autolink") with a humility tax. Because you replace the unknown σ with the sample estimate s, the tails get heavier to account for that extra uncertainty. As n grows, the tax shrinks and t converges to normal.

### [Degrees of Freedom (Units 7-9)](/ap-stats/key-terms/degrees-of-freedom)

[Degrees of freedom](/ap-stats/key-terms/degrees-of-freedom "fv-autolink") pick which t-curve you use. For inference about a slope it's n - 2, because the regression line estimates two parameters (slope and intercept). Mixing up n - 1 and n - 2 is one of the easiest points to lose in Unit 9.

### [Confidence Interval (Units 6-9)](/ap-stats/key-terms/confidence-interval)

Every [confidence interval](/ap-stats/key-terms/confidence-interval "fv-autolink") in this course has the same skeleton, statistic ± (critical value)(standard error). For slopes, the t-distribution supplies the critical value t*, so the interval is b ± t*(SE_b).

### [Hypothesis Test (Units 6-9)](/ap-stats/key-terms/hypothesis-test)

The t-test for a slope follows the standard hypothesis-testing playbook from Unit 6. State H₀: β = β₀, check conditions, compute t = (b - β₀)/SE_b, find the p-value from a t-distribution with n - 2 df, and compare to α.

## On the AP Exam

Multiple-choice questions love to ask two things. First, why do we use a t-distribution instead of a normal distribution here? The answer is that σ is unknown and estimated by s, which adds uncertainty. Second, what are the correct degrees of freedom? For slope inference with 25 data points, that's 25 - 2 = 23, not 24. You'll also compute the test statistic itself, like t = 2.8/0.7 = 4.0 from a slope of 2.8 with SE 0.7. On the free-response side, regression inference shows up regularly. The 2026 FRQ Q6 gave a baseball regression scenario and expected a full inference procedure. To earn full credit you name the procedure (t-test or t-interval for slope), check conditions, state the correct df, calculate, and interpret the p-value or interval in context. Naming the t-distribution and its df correctly is part of the 'identify the procedure' component of the rubric.

## t-Distribution vs Normal Distribution

Both are symmetric bell curves centered at zero (in standardized form), but the normal distribution assumes you know the population standard deviation σ. In real problems you almost never do, so you estimate it with s and use the t-distribution instead. Its heavier tails mean larger critical values and wider intervals for small samples. Quick rule: known σ or working with proportions means z; estimating σ from the sample, which includes all slope inference, means t.

## Key Takeaways

- The t-distribution is symmetric and bell-shaped like the normal distribution, but it has heavier tails because you're estimating the population standard deviation from the sample.
- Use a t-distribution whenever σ is unknown, which is why slope inference, t-intervals, and t-tests for means all rely on it instead of z.
- For inference about the slope of a regression line, the test statistic t = (b - β)/SE_b follows a t-distribution with n - 2 degrees of freedom.
- The confidence interval for a slope is b ± t*(SE_b), where t* is the critical value from a t-distribution with n - 2 df.
- As degrees of freedom increase, the t-distribution gets closer to the normal distribution, so t and z give nearly identical results for large samples.
- Larger t* values for small samples produce wider intervals, which is the t-distribution honestly reporting how little information a small sample gives you.

## FAQs

### What is the t-distribution in AP Stats?

It's a symmetric, bell-shaped probability distribution with heavier tails than the normal curve, used for inference when the population standard deviation is unknown. In Unit 9, the slope test statistic t = (b - β)/SE_b follows a t-distribution with n - 2 degrees of freedom.

### Is the t-distribution the same as the normal distribution?

No, but they're close. The t-distribution has fatter tails to account for estimating σ with s, so its critical values are larger for small samples. As degrees of freedom increase, the t-distribution converges to the normal distribution.

### Why are the degrees of freedom n - 2 for regression slope inference?

The regression line estimates two parameters, the slope and the intercept, and each estimated parameter costs one degree of freedom. So with 25 data points, slope inference uses df = 23, not df = 24 like a one-sample t procedure for a mean.

### When do I use t instead of z on the AP Stats exam?

Use t whenever you estimate the standard deviation from the sample, which covers inference for means and for regression slopes. Use z for proportions, where the standard error comes from p̂ itself rather than a separate estimate of σ.

### Do I only use the t-distribution for small samples?

No, that's a common misconception. You use t whenever σ is unknown, regardless of sample size. With large samples t and z give almost the same answers, but the technically correct distribution for slope inference is always t with n - 2 df.

## Related Study Guides

- [Unit 7 Overview: Means](/ap-stats/unit-7/review/study-guide/J8njHeY1jq4jDOeZdjRW)
- [9.4 Setting Up a Test for the Slope of a Regression Model](/ap-stats/unit-9/setting-up-test-for-slope-regression-model/study-guide/KEnR8FNAnXWsr8dFSAKG)
- [9.5 Carrying Out a Test for the Slope of a Regression Model](/ap-stats/unit-9/carrying-out-test-for-slope-regression-model/study-guide/NZoM7ZudTv9aH60Y5hn8)
- [9.2 Confidence Intervals for the Slope of a Regression Model](/ap-stats/unit-9/confidence-intervals-for-slope-regression-model/study-guide/YsvXWrndemJrI2kBF3Wn)

## Structured Data

```json
{"@context":"https://schema.org","@graph":[{"@type":"LearningResource","@id":"https://fiveable.me/ap-stats/key-terms/t-distribution#resource","name":"t-Distribution — AP Stats Definition & Exam Guide","url":"https://fiveable.me/ap-stats/key-terms/t-distribution","learningResourceType":"Concept explainer","educationalLevel":"AP / High School","about":{"@id":"https://fiveable.me/ap-stats/key-terms/t-distribution#term"},"audience":{"@type":"EducationalAudience","educationalRole":"student"},"dateModified":"2026-06-11T00:50:03.383Z","isPartOf":{"@type":"Collection","name":"AP Statistics Key Terms","url":"https://fiveable.me/ap-stats/key-terms"},"publisher":{"@type":"Organization","name":"Fiveable","url":"https://fiveable.me"}},{"@type":"DefinedTerm","@id":"https://fiveable.me/ap-stats/key-terms/t-distribution#term","name":"t-Distribution","description":"The t-distribution is a symmetric, bell-shaped probability distribution with heavier tails than the normal distribution, used in AP Stats whenever the population standard deviation is unknown and estimated from the sample, including the t-test and confidence interval for the slope of a regression line (df = n - 2).","url":"https://fiveable.me/ap-stats/key-terms/t-distribution","inDefinedTermSet":{"@type":"DefinedTermSet","name":"AP Statistics Key Terms","url":"https://fiveable.me/ap-stats/key-terms"},"educationalAlignment":[{"@type":"AlignmentObject","alignmentType":"educationalSubject","educationalFramework":"AP Course and Exam Description","targetName":"AP Statistics Unit 9, Topic 9.5, LO 9.5.A"},{"@type":"AlignmentObject","alignmentType":"educationalSubject","educationalFramework":"AP Course and Exam Description","targetName":"AP Statistics Unit 9, Topic 9.5, LO 9.5.B"},{"@type":"AlignmentObject","alignmentType":"educationalSubject","educationalFramework":"AP Course and Exam Description","targetName":"AP Statistics Unit 9, Topic 9.5, LO 9.5.C"},{"@type":"AlignmentObject","alignmentType":"educationalSubject","educationalFramework":"AP Course and Exam Description","targetName":"AP Statistics Unit 9, Topic 9.4, LO 9.4.A"},{"@type":"AlignmentObject","alignmentType":"educationalSubject","educationalFramework":"AP Course and Exam Description","targetName":"AP Statistics Unit 9, Topic 9.4, LO 9.4.B"},{"@type":"AlignmentObject","alignmentType":"educationalSubject","educationalFramework":"AP Course and Exam Description","targetName":"AP Statistics Unit 9, Topic 9.4, LO 9.4.C"},{"@type":"AlignmentObject","alignmentType":"educationalSubject","educationalFramework":"AP Course and Exam Description","targetName":"AP Statistics Unit 9, Topic 9.2, LO 9.2.D"},{"@type":"AlignmentObject","alignmentType":"educationalSubject","educationalFramework":"AP Course and Exam Description","targetName":"AP Statistics Unit 9, Topic 9.2, LO 9.2.A"},{"@type":"AlignmentObject","alignmentType":"educationalSubject","educationalFramework":"AP Course and Exam Description","targetName":"AP Statistics Unit 9, Topic 9.2, LO 9.2.B"},{"@type":"AlignmentObject","alignmentType":"educationalSubject","educationalFramework":"AP Course and Exam Description","targetName":"AP Statistics Unit 9, Topic 9.2, LO 9.2.C"}]},{"@type":"FAQPage","mainEntity":[{"@type":"Question","name":"What is the t-distribution in AP Stats?","acceptedAnswer":{"@type":"Answer","text":"It's a symmetric, bell-shaped probability distribution with heavier tails than the normal curve, used for inference when the population standard deviation is unknown. In Unit 9, the slope test statistic t = (b - β)/SE_b follows a t-distribution with n - 2 degrees of freedom."}},{"@type":"Question","name":"Is the t-distribution the same as the normal distribution?","acceptedAnswer":{"@type":"Answer","text":"No, but they're close. The t-distribution has fatter tails to account for estimating σ with s, so its critical values are larger for small samples. As degrees of freedom increase, the t-distribution converges to the normal distribution."}},{"@type":"Question","name":"Why are the degrees of freedom n - 2 for regression slope inference?","acceptedAnswer":{"@type":"Answer","text":"The regression line estimates two parameters, the slope and the intercept, and each estimated parameter costs one degree of freedom. So with 25 data points, slope inference uses df = 23, not df = 24 like a one-sample t procedure for a mean."}},{"@type":"Question","name":"When do I use t instead of z on the AP Stats exam?","acceptedAnswer":{"@type":"Answer","text":"Use t whenever you estimate the standard deviation from the sample, which covers inference for means and for regression slopes. Use z for proportions, where the standard error comes from p̂ itself rather than a separate estimate of σ."}},{"@type":"Question","name":"Do I only use the t-distribution for small samples?","acceptedAnswer":{"@type":"Answer","text":"No, that's a common misconception. You use t whenever σ is unknown, regardless of sample size. With large samples t and z give almost the same answers, but the technically correct distribution for slope inference is always t with n - 2 df."}}]},{"@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"AP Statistics","item":"https://fiveable.me/ap-stats"},{"@type":"ListItem","position":2,"name":"Key Terms","item":"https://fiveable.me/ap-stats/key-terms"},{"@type":"ListItem","position":3,"name":"Unit 9","item":"https://fiveable.me/ap-stats/unit-9"},{"@type":"ListItem","position":4,"name":"t-Distribution"}]}]}
```
