Corr
Calculate the Pearson correlation coefficient, also known as the bivariate correlation, of two columns.
Usage
Corr(field_x, field_y)
field_x (required) The column of numbers representing the dependent data.
field_y (required) The column of numbers representing the independent data.