Influential Point vs Outlier
Both terms below come up in the same part of the course, and students mix them up. Here is each one defined on its own, side by side, so you can see where they part company.
Influential point
Regression and correlation
An influential point is an observation that, if removed, would markedly change the regression line's slope, intercept, or correlation.
An influential point pulls the least-squares line noticeably toward itself, so dropping it shifts the fit by a lot. Points with extreme x-values, called high-leverage points, tend to be the most influential, often more than a point that is simply a vertical outlier. For example, one house priced far above the rest at a large size can tilt the whole price-versus-size line. You check for influential points by refitting the line without the suspect point and comparing the slope and correlation.
Outlier
Describing data
An outlier is a data value that lies unusually far from the rest of the distribution.
An outlier is a point that stands apart from the overall pattern of the data. A common rule flags a value as an outlier when it falls below or above , using the first quartile , the third quartile , and the interquartile range. For example, with , , and IQR , any value below or above is an outlier. Outliers can be genuine extreme cases or data-entry errors, so you investigate before removing them.