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

AVS.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.

See also