Reference Guide > TDV Support for SQL Functions > Aggregate Functions > CORR
 
CORR
CORR returns the coefficient of correlation of a set of number pairs.
Syntax
CORR (expression1, expression2)
Remarks
This function can also be used with a window clause. Refer Window Clause