You are here: Start » AVL.NET » AVL.HistogramDataStandardDeviation

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
inHistogramAvlNet.HistogramInput histogram.
outStandardDeviationfloatStandard deviation of the histogrammed data.

Errors

Error type Description
DomainError Input histogram contains negative bins in HistogramDataStandardDeviation.
DomainError The histogrammed data is empty in HistogramDataStandardDeviation.

See also