Reference Guide > TDV Support for SQL Functions > TDV-Supported Analytical Functions > CORR
 
CORR
CORR returns the coefficient of correlation of a set of number pairs.
Syntax
CORR (expression1, expression2) OVER (window_clause)
Remarks
Without a window clause, CORR is a simple aggregate function.