CumulativeStdDev
Calculates the standard deviation across the values up to and including the current value.
Usage
CumulativeStdDev(number)
number (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.