# CORR

CORR(`series 1`, `series 2`, `[coefficient type]`)

Returns a specified correlation coefficient between two series of values.

### Arguments

| Input              | Description                                                 |
| ------------------ | ----------------------------------------------------------- |
| `series 1`         | First numerical series                                      |
| `series 2`         | Second numerical series                                     |
| `coefficient type` | Correlation Coefficient Type: \[Pearson, Spearman, Kendall] |

### Outputs

Outputs a correlation coefficient.

### Example

{% embed url="<https://datawrapper.dwcdn.net/TRIhj/2>" %}

###
