CORR
Calculates the Pearson correlation coefficient of the values expression1 and expression2. The function name must be enclosed in double quotes (“CORR”).
Syntax
CORR(expression1 numeric, expression2 numeric) → double
expression1: An expression that evaluates to a numeric type. This parameter is the dependent value.
expression2: An expression that evaluates to a numeric type. This parameter is the independent value.
Examples
CORR example
CORR example
Last updated