IncrementalAverage.stdDeviation

Returns the standard deviation, a measure of the spread of a distribution to quantify the amount of variation or dispersion of a set of data values.

See notes on variance()

struct IncrementalAverage
double
stdDeviation
(
double correction_factor = 0
)

Parameters

correction_factor double

correction factor to normalise the divisor used in the calculation

Return Value

Type: double

The standard deviation of the set of data values added

Meta