You are here: Start » AVL.NET » AVL.HistogramDataQuantile(AvlNet.Histogram, float, float)
AVL.HistogramDataQuantile(AvlNet.Histogram, float, float)
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
- inHistogram
- Type: AvlNet.Histogram
Input histogram - inQuantilePoint
- Type: System.Single
- outQuantileValue
- Type: System.Single
Errors
| Error type | Description |
|---|---|
| DomainError | The histogrammed data is empty in HistogramDataQuantile. |
