HistogramDataStandardDeviation
Computes the standard deviation of the histogrammed numeric data.
Syntax
C++
C#
Python
def HistogramDataStandardDeviation( inHistogram: Histogram, / ) -> outStandardDeviation: float
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inHistogram | Histogram | Input histogram | |
![]() |
outStandardDeviation | float | Standard deviation of the histogrammed data |


