logo
excelfunctions.org
bookmarks

PEARSON

Returns the Pearson product moment correlation coefficient.

StatisticalStatistics & Analysis

What it does

Calculates Pearson correlation coefficient r.

Syntax

PEARSON(array1, array2)

Arguments

  • array1(range) β€” First data set.
  • array2(range) β€” Second data set.

Examples

Pearson r

Calculate correlation.

FORMULA
=PEARSON(A1:A5, B1:B5)
RESULT
0.98
SAMPLE DATA
AB
1XY
212
324
435
548
6510