CORREL
Returns the Pearson correlation coefficient between two data sets.
| Category | Statistical |
| Syntax | CORREL(array1, array2) |
Parameters
| Parameter | Required | Description |
|---|---|---|
array1 | Required | The first range or array of values. |
array2 | Required | The second range or array of values. |
Example
CORREL(A1:A10)
Auto-generated from the EngCanvas function registry.