You are here: Start » FIL.NET » FIL.HistogramDataVariance
Computes the variance of the histogrammed numeric data.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void HistogramDataVariance ( FilNet.Histogram inHistogram, out float outVariance )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inHistogram | FilNet.Histogram | Input histogram. | ||
![]() | outVariance | float | Variance of the histogrammed data. |
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Empty histogram on input in HistogramDataVariance. |
DomainError | Input histogram contains negative bins in HistogramDataVariance. |
DomainError | The histogrammed data is empty in HistogramDataVariance. |