You are here: Start » AVL.NET » Function Reference » Histogram » Histogram Data Statistics » 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 | |
|---|---|---|---|---|---|
![]() | inHistogram | AvlNet.Histogram | Input histogram. | ||
![]() | inQuantilePoint | float | <0.0f, 1.0f> | 0.5f | Default value: 0.5f. |
![]() | outQuantileValue | float |
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. |


