Time Series Analysis in Tableau
Chris Hui
VP of Product, Tracked
Known as moving calculations that smooth data over specified time windows
Example window functions:
WINDOW_SUM()
WINDOW_AVG()
WINDOW_STDEV()
WINDOW_CORR()
WINDOW_MEDIAN()
Measures the extent to which two variables may be related
Correlation coefficient (r) measures the strength and direction of the relationship
Values range from -1 to 1
A positive value means that as one variable increase, the other also increases
Inversely, a negative direction means when one variable increases, the other decreases
Calculate the pearson correlation coefficient for the whole view between two aggregated variables
In contrast to the CORR()
function that requires non-aggregated variables
Time Series Analysis in Tableau