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

AVS.HistogramDataQuantile Method

Computes the specified quantile of the histogrammed numeric data.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void HistogramDataQuantile
(
	AvlNet.Histogram inHistogram,
	float inQuantilePoint,
	out float outQuantileValue
)

Parameters

Name Type Range Default Description
inHistogramAvlNet.HistogramInput histogram.
inQuantilePointfloat<0.0f, 1.0f>0.5fDefault value: 0.5f.
outQuantileValuefloat

See also