Calculate Pearson correlation and the coefficient of determination for paired numeric observations.
The frame below runs the same code as this page, in the reader's own browser. Nothing is sent to us, and nothing is sent to you.
Pick a dark background and the text and panels follow it, so the frame stays readable on a dark page.
Pearson r divides the centered cross-product of two lists by the product of their centered sums of squares; r² is its squared value. The calculation reports association for the supplied sample and avoids universal strength labels because practical meaning depends on the field and study design.
X values: [1,2,3,4,5] Y values: [2,4,5,4,5]
N: 5 R: 0.7746 R squared: 0.6 Strength: Strong positive
Quality-control measurements, experiment summaries, and exploratory data analysis calculate paired association.