math.stdDev

Overview


math.stdDev calculates the cumulative (population) standard deviation of numerical values in a data stream.

This is equivalent to =math.sqrt(math.variance([data stream])

 


Syntax

=math.stdDev([data stream])