Function HistogramGetDeviation(histogram_id)

HistogramGetDeviation

The function HistogramGetDeviation returns the standard deviation of all observations in a histogram.

HistogramGetDeviation(
     histogram_id         ! (input) a scalar number
     )

Arguments

histogram_id

A scalar value representing a histogram that was previously created using the HistogramCreate function.

Return Value

The function returns the standard deviation of all observations in the histogram.

See also