You are here: Start » AVL.NET » AVL.HistogramDataVariance Method

AVL.HistogramDataVariance Method

Computes the variance of the histogrammed numeric data.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

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

See also