Implements a quantile aggregator: calculates median or specified quantile value.
Inheritance Hierarchy
NReco.PivotDataListAggregator
NReco.PivotDataQuantileAggregator
Namespace: NReco.PivotData
Assembly: NReco.PivotData (in NReco.PivotData.dll) Version: 1.4.1
Syntax
The QuantileAggregator type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| QuantileAggregator(String, Decimal) | Initializes a new instance of the QuantileAggregator class | |
| QuantileAggregator(String, Decimal, ListAggregator) | Initializes a new instance of the QuantileAggregator class | |
| QuantileAggregator(String, Decimal, Object) | Initializes a new instance of the QuantileAggregator class |
Properties
| Name | Description | |
|---|---|---|
| Count | (Inherited from ListAggregator.) | |
| Value | (Overrides ListAggregatorValue.) |
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetQuantile | ||
| GetState | (Inherited from ListAggregator.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| Merge | (Overrides ListAggregatorMerge(IAggregator).) | |
| Push | (Overrides ListAggregatorPush(Object, FuncObject, String, Object).) | |
| ToString | (Inherited from Object.) |
Fields
| Name | Description | |
|---|---|---|
| values | (Inherited from ListAggregator.) |
Remarks
See Also