Calculations based on Pearson Product-moment correlation coefficient

Pearson Product-moment correlation coefficient:

The Pearson product-moment correlation coefficient (or Pearson correlation coefficient, for short) is a measure of the strength of a linear association between two variables and is denoted by r. Basically, a Pearson product-moment correlation attempts to draw a line of best fit through the data of two variables, and the Pearson correlation coefficient, r, indicates how far away all these data points are to this line of best fit.

The correlation r between two variables is:

\[r =\frac{\sum xy}{ \sqrt{ \sum x^{2} \times \sum y^{2}}} \]

where Σ is the summation symbol, x = xi - x, xi is the x value for observation i, x is the mean x value, y = yi - y, yi is the y value for observation i, and y is the mean y value.

Posted on by