You are here: Start » AVL.NET » AVL.HistogramDataQuantile Method
AVL.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 | |
|---|---|---|---|---|---|
![]() | inHistogram | AvlNet.Histogram | Input histogram. | ||
![]() | inQuantilePoint | float | <0.0f, 1.0f> | 0.5f | Default value: 0.5f. |
![]() | outQuantileValue | float |
Errors
| Error type | Description |
|---|---|
| DomainError | Input histogram contains negative bins in HistogramDataQuantile. |
| DomainError | The histogrammed data is empty in HistogramDataQuantile. |


