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

AVS.HistogramDataStandardDeviation Method

Computes the standard deviation of the histogrammed numeric data.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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.

See also