You are here: Start » AVL.NET » Function Reference » Histogram » Histogram Data Statistics » AVL.HistogramDataStandardDeviation
Computes the standard deviation of the histogrammed numeric data.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
C++
C#
public static void HistogramDataStandardDeviation ( AvlNet.Histogram inHistogram, out float outStandardDeviation )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inHistogram | AvlNet.Histogram | Input histogram. | ||
![]() | outStandardDeviation | float | Standard deviation of the histogrammed data. |
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Empty histogram on input in HistogramDataStandardDeviation. |
| DomainError | Input histogram contains negative bins or its data is empty in HistogramDataStandardDeviation. |


