Back to Adaptive Vision Library website

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

HistogramDataQuantile


Computes the specified quantile of the histogrammed numeric data.

Syntax

C++
C#
 
void avl::HistogramDataQuantile
(
	const avl::Histogram& inHistogram,
	const atl::real inQuantilePoint,
	atl::real& outQuantileValue
)

Parameters

Name Type Range Default Description
inHistogram const Histogram& Input histogram
inQuantilePoint const real 0.0 - 1.0 0.5f
outQuantileValue real&

Errors

Error type Description
DomainError The histogrammed data is empty in HistogramDataQuantile.

See Also