You are here: Start » AVL.NET » AVL.HistogramDataVariance(AvlNet.Histogram, float)
AVL.HistogramDataVariance(AvlNet.Histogram, float)
Computes the variance of the histogrammed numeric data.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void HistogramDataVariance( AvlNet.Histogram inHistogram, out float outVariance )
Parameters
- inHistogram
- Type: AvlNet.Histogram
Input histogram - outVariance
- Type: System.Single
Variance of the histogrammed data
Errors
| Error type | Description |
|---|---|
| DomainError | The histogrammed data is empty in HistogramDataVariance. |
