Implements a quantile aggregator: calculates median or specified quantile value.
Inheritance Hierarchy
NReco.PivotData.ListAggregator
NReco.PivotData.QuantileAggregator
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 ListAggregator.Value.) |
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 ListAggregator.Merge(IAggregator).) |
![]() | Push | (Overrides ListAggregator.Push(Object, Func<Object, String, Object>).) |
![]() | ToString | (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
![]() | values | (Inherited from ListAggregator.) |
Remarks
See Also