You are here: Start » FIL.NET » Function Reference » Histogram » Histogram Data Statistics » FIL.HistogramDataStandardDeviation
Computes the standard deviation of the histogrammed numeric data.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void HistogramDataStandardDeviation ( FilNet.Histogram inHistogram, out float outStandardDeviation )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inHistogram | FilNet.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. |