You are here: Start » AVL.NET » Function Reference » Histogram » Histogram Data Statistics » AVL.HistogramDataQuantile

AVL.HistogramDataQuantile

Computes the specified quantile of the histogrammed numeric data.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
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

Errors

List of possible exceptions:

Error type Description
DomainError Empty histogram on input in HistogramDataQuantile.
DomainError Input histogram contains negative bins or its data is empty in HistogramDataQuantile.

See also