CumulativeVariance
Calculates the variance across the values up to and including the current value.
Usage
CumulativeVariance(field)
field (required) A column of numbers to analyze.
NOTE: Cumulative functions depend on the order of the given column. If you change the sorting you will change the result.