You are here: Start » AVL.NET » Function Reference » Histogram » Histogram Data Statistics » AVL.HistogramDataMedian
Computes the median of the histogrammed numeric data.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inHistogram | AvlNet.Histogram | Input histogram. | ||
![]() | outMedian | float | Median of the histogrammed data. |
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Empty histogram on input in HistogramDataMedian. |
| DomainError | Input histogram contains negative bins or its data is empty in HistogramDataMedian. |


