Pearson Correlation Coefficient
Statistics & ProbabilityThis bivariate statistical tool calculates Pearson's correlation coefficient r to measure the linear association strength and direction between two continuous variables. It computes sample covariance and coefficient of determination values from paired numerical lists to evaluate bivariate relationships.
R² = 0.9976 (99.8% variance explained) · Best Fit: y = 1.486x + 0.5
About this calculator
Investigating whether two continuous variables move together is a standard analytical task in econometrics, psychological studies, epidemiological tracking, and industrial quality control. Analysts examine paired numerical measurements, such as advertising expenditure versus monthly sales revenue or ambient outdoor temperature versus municipal power grid demand, to quantify linear dependency. You provide paired lists of numeric observations representing the independent predictor variable and the dependent response variable to evaluate bivariate correlation.
The computed correlation coefficient r ranges from negative one to positive one, where values near positive one indicate strong positive linear alignment and values near negative one indicate strong inverse trends. The square of r, known as the coefficient of determination, reveals the percentage of total variance in one variable explained by linear changes in the other. Always remember that Pearson correlation only measures straight-line linear associations and does not establish causal relationships or detect curved non-linear patterns.
How It Works & Formula
The calculation takes the sum of cross-products of deviations from their respective means for both variables. It divides that numerator by the product of the square roots of the individual sum of squared deviations, normalizing the resulting coefficient between negative one and positive one.
Related Calculators
View All (16)Probability & Bayes Calculator
Calculate single event odds, union (A or B), intersection (A and B), and conditional Bayesian probabilities.
Normal Distribution (Z-Score)
Compute standard normal distribution Z-scores, percentiles, left/right tail probabilities, and P-values.
Descriptive Statistics
Compute mean, median, mode, sample/population standard deviation, variance, range, and IQR.
Permutations & Combinations (nPr & nCr)
Calculate permutations (order matters) and combinations (order does not matter) with step formulas.