The Pearson correlation coefficient is the standard statistic for measuring the strength and direction of a linear relationship between two continuous variables. When people refer to Pearson r, they usually mean the sample estimate of how closely paired observations move together around a straight-line trend. The Pearson correlation coefficientranges from -1 to +1, where +1 indicates a perfect positive linear relationship, -1 indicates a perfect negative linear relationship, and 0 indicates no linear relationship.
The method is named after Karl Pearson, who formalized the coefficient in modern statistics. A Pearson correlation coefficient is most appropriate when both variables are measured on continuous scales, the pattern is approximately linear, and the data are not being dominated by a few influential outliers. For formal inference, analysts often also check whether the variables are roughly normally distributed, especially in smaller samples.
In practice, Pearson r is useful because it answers several questions at once. It tells you whether the relationship is positive or negative, how strong the relationship is, and whether the observed pattern is statistically distinguishable from zero using a significance test. It also connects naturally to r2, which gives the proportion of shared variance explained by the linear model. That is why Pearson correlation appears so often in psychology, business analysis, education, health research, and engineering dashboards.