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