corr(var1,var2[,count])

This transform takes as input two numeric variables and an optional count, which defaults to 10 if omitted. It calculates the correlation coefficients of var1 with respect to var2, for time delays (row number shifts) from -count to count (so the result has count*2+1 rows).
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.