You are here: Start » AVL.NET » Function Reference » Histogram » Histogram Data Statistics » AVL.HistogramDataVariance

AVL.HistogramDataVariance

Computes the variance of the histogrammed numeric data.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void HistogramDataVariance
(
	AvlNet.Histogram inHistogram,
	out float outVariance
)

Parameters

Name Type Range Default Description
inHistogramAvlNet.HistogramInput histogram.
outVariancefloatVariance of the histogrammed data.

Errors

List of possible exceptions:

Error type Description
DomainError Empty histogram on input in HistogramDataVariance.
DomainError Input histogram contains negative bins or its data is empty in HistogramDataVariance.

See also