HistogramDataQuantile


Computes the specified quantile of the histogrammed numeric data.

Syntax

C++
C#
Python
 
def HistogramDataQuantile(
	inHistogram: Histogram,
	/,
	*,
	inQuantilePoint: float = 0.5
)
-> outQuantileValue: float

Parameters

Name Type Range Default Description
Input value inHistogram Histogram Input histogram
Input value inQuantilePoint float 0.0 - 1.0 0.5
Output value outQuantileValue float