Correlation (PMCC) Calculator
Product Moment Correlation Coefficient.
Formula first
Overview
The Pearson Product-Moment Correlation Coefficient (PMCC) serves as a statistical measure to quantify the strength and direction of a linear relationship between two continuous variables. It standardizes the covariance of the variables by the product of their standard deviations, resulting in a dimensionless index ranging from -1 to +1.
Symbols
Variables
r = Correlation, = Covariance Sum, = Var Sum X, = Var Sum Y
Apply it well
When To Use
When to use: Apply this formula when analyzing paired quantitative data to see if a change in one variable corresponds to a proportional change in another. It is specifically designed for linear associations and assumes that the data is sampled from a bivariate normal distribution.
Why it matters: This coefficient is a cornerstone of predictive modeling, allowing scientists to identify patterns in climate data, economists to hedge risk in financial markets, and sociologists to find links between demographic factors. It provides a objective mathematical basis for concluding whether two phenomena are statistically linked or independent.
Avoid these traps
Common Mistakes
- Confusing correlation with causation.
- r > 1 (calculation error).
One free problem
Practice Problem
A researcher is studying the link between study hours and exam scores. Given the sum of products Sxy = 45, the sum of squares for study hours Sxx = 25, and the sum of squares for exam scores Syy = 100, calculate the correlation coefficient r.
Solve for:
Hint: Divide the sum of products by the square root of the product of individual sums of squares.
The full worked solution stays in the interactive walkthrough.
References
Sources
- Wikipedia: Pearson product-moment correlation coefficient
- Probability and Statistics for Engineers and Scientists by Walpole, Myers, Myers, Ye (9th Edition)
- Moore, David S., and George P. McCabe. Introduction to the Practice of Statistics.
- Introduction to the Practice of Statistics by David S. Moore, George P. McCabe, Bruce A. Craig
- Statistical Methods for the Social Sciences by Alan Agresti
- Wikipedia article "Pearson correlation coefficient
- AQA A-Level Mathematics — Statistics (Bivariate Data)