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

Invoke.HistogramDataVariance

Computes the variance of the histogrammed numeric data.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

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

Parameters

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

See also