Skip to main content

Cook's Distance

Cook's distance is a regression diagnostic that shows how much one data point changes the fitted model if you remove it. In Intro to Statistics, it helps you spot influential observations that can bend the line, not just points with big residuals.

Last updated July 2026

What is Cook's Distance?

Cook's distance is a regression diagnostic in Intro to Statistics that tells you how much one observation changes the fitted regression model when that point is left out. If deleting a point makes the slope or intercept shift a lot, that point has a large Cook's distance and is considered influential.

This is not the same thing as just being far from the line. A point can have a large residual, a high leverage value, or both, and Cook's distance combines those ideas into one measure of impact. That is why it is so useful in regression: it asks, "How much does this point matter to the model?" instead of only "How unusual does this point look?"

In practice, you usually see Cook's distance when you are checking a scatterplot with a regression line or running regression in statistical software. The software may label points with unusually large values, and a common rule of thumb is that values greater than 1 deserve a closer look. That does not automatically mean the point is wrong. It means the point has enough influence that you should investigate it before trusting the regression results as-is.

Cook's distance is sensitive to both residual size and leverage. A point far from the rest of the x-values can pull the line toward itself, even if it sits close to the line. A point with a large vertical error can also matter, especially if it is in a position where it changes the fit for the rest of the data. Cook's distance catches both patterns.

A small example makes the idea clearer. Suppose you fit a line to exam study time and test score, then one data point shows 40 hours of studying with a much higher score than the pattern predicts. If removing that point noticeably changes the slope, its Cook's distance will be high. The point is influential because it changes your story about the relationship, not just because it looks unusual.

Why Cook's Distance matters in Intro to Statistics

Cook's distance matters because regression is only as trustworthy as the points that shape it. In Intro to Statistics, you are not just drawing a line through data, you are using the line to describe a relationship and make predictions. If one observation has too much control over that line, your conclusions about slope, correlation, and predicted values can change a lot.

This shows up any time you are asked to judge whether a regression model is a good summary of a dataset. A line that looks reasonable on the scatterplot can still be heavily influenced by one unusual case. Cook's distance gives you a check for that situation, which is why it belongs with outliers, leverage, and residual analysis in the same unit.

It also helps you avoid a common mistake: deleting every unusual point just because it looks odd. Some unusual points are mistakes, but some are real, informative observations. Cook's distance does not tell you to remove a point. It tells you to pause and ask whether that point is changing the model enough to matter. That is a much better statistical habit than automatic deletion.

When you write about regression in class, Cook's distance gives you vocabulary for explaining why a model changes when one point is removed. That makes your interpretation more precise than saying "there is an outlier" when the real issue is influence.

Keep studying Intro to Statistics Unit 12

How Cook's Distance connects across the course

Outlier

An outlier is a point that sits far from the overall pattern, but not every outlier is influential. Cook's distance helps you find the points that do more than look unusual, they actually shift the regression line or coefficients. In regression, a point can be an outlier in y without having much effect on the model.

Leverage

Leverage describes how unusual a point's x-value is compared with the rest of the data. High-leverage points have more power to pull the regression line around, which is why Cook's distance often gets large when leverage is high. A point can have high leverage even if its residual is small.

Influential Point

Cook's distance is one of the main tools for identifying an influential point. Influence means the point changes the fitted regression line or coefficients in a noticeable way. That is different from simply being extreme, because influence is about the model's sensitivity to removing the point.

Studentized Residuals

Studentized residuals focus on how unusual a point's vertical distance from the regression line is after scaling. Cook's distance goes a step further by asking whether that unusual point changes the whole model. A point can have a large studentized residual without being highly influential, especially if it is not a leverage point.

Is Cook's Distance on the Intro to Statistics exam?

A quiz or problem set may show you a regression output or scatterplot and ask which point should be checked first. You would look for the observation with the largest Cook's distance and explain that it may be influencing the slope or intercept too much. If the value is greater than 1, that is a strong signal to investigate the point more closely.

You may also need to compare Cook's distance with residual-based diagnostics. A big residual alone does not prove a point is influential, and a high-leverage point is not automatically a problem. The best answer explains that Cook's distance combines both ideas by measuring how much the model changes when the point is removed. On written work, that usually means identifying the point, describing why it matters, and saying whether it should be checked for error or treated as a real but influential observation.

Cook's Distance vs Studentized Residuals

Studentized residuals measure how far a point is from the regression line in standardized units. Cook's distance measures how much that point changes the entire fitted model if removed. A point can have a large studentized residual but still have low Cook's distance if it does not move the line much.

Key things to remember about Cook's Distance

  • Cook's distance tells you how much one data point changes a regression model when that point is removed.

  • A large Cook's distance means the observation is influential, not just unusual.

  • The measure depends on both leverage and residual size, so it catches points that can pull the line in different ways.

  • A value above 1 is a common rule of thumb for a point worth investigating more closely.

  • Cook's distance helps you decide whether a regression line is stable enough to trust for interpretation and prediction.

Frequently asked questions about Cook's Distance

What is Cook's Distance in Intro to Statistics?

Cook's distance is a regression diagnostic that shows how much one observation affects the fitted line or model parameters if you remove it. In Intro to Statistics, it is used to spot influential points that may be shaping the regression more than they should. It is especially useful when you are checking whether a line is being pulled by one unusual case.

How is Cook's distance different from an outlier?

An outlier is a point that is far from the overall pattern, usually in the y direction. Cook's distance goes beyond that and asks whether the point actually changes the regression model. Some outliers are not very influential, and some influential points are not obvious outliers if they have high leverage.

What does a high Cook's distance mean?

A high Cook's distance means removing that observation would noticeably change the regression coefficients. That point may be pulling the line, shifting the slope, or affecting predictions. A common rule of thumb is that values above 1 should be checked carefully, but you still need to look at the graph and context before deciding what the point means.

Do I always delete points with large Cook's distance?

No. A large Cook's distance is a warning sign, not a command to delete data. The point might be an error, but it might also be a real observation that tells you something important about the relationship. In statistics, you usually investigate the point first and explain its effect before making any change.