Start » Filter Reference » Histogram » Histogram Data Statistics » HistogramDataVariance
Module: | FoundationBasic |
---|
Computes the variance of the histogrammed numeric data.
Name | Type | Description | |
---|---|---|---|
inHistogram | Histogram | Input histogram | |
outVariance | Real | Variance of the histogrammed data |
Errors
This filter can throw an exception to report error. Read how to deal with errors in Error Handling.
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Empty histogram on input in HistogramDataVariance. |
DomainError | Input histogram contains negative bins or its data is empty in HistogramDataVariance. |
Complexity Level
This filter is available on Basic Complexity Level.
See Also
- HistogramDataAverage – Computes the average of the histogrammed numeric data.
- HistogramDataMedian – Computes the median of the histogrammed numeric data.
- HistogramDataStandardDeviation – Computes the standard deviation of the histogrammed numeric data.
- HistogramDataQuantile – Computes the specified quantile of the histogrammed numeric data.