HistogramDataVariance
Computes the variance of the histogrammed numeric data.
Syntax
C++
C#
Python
def HistogramDataVariance( inHistogram: Histogram, / ) -> outVariance: float
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inHistogram | Histogram | Input histogram | |
![]() |
outVariance | float | Variance of the histogrammed data |


