QuantileAggregator Class

NReco.PivotData Class Library Documentation
Implements a quantile aggregator: calculates median or specified quantile value.
Inheritance Hierarchy

SystemObject
  NReco.PivotDataListAggregator
    NReco.PivotDataQuantileAggregator

Namespace:  NReco.PivotData
Assembly:  NReco.PivotData (in NReco.PivotData.dll) Version: 1.4.1
Syntax

public class QuantileAggregator : ListAggregator

The QuantileAggregator type exposes the following members.

Constructors

  NameDescription
Public methodQuantileAggregator(String, Decimal)
Initializes a new instance of the QuantileAggregator class
Public methodQuantileAggregator(String, Decimal, ListAggregator)
Initializes a new instance of the QuantileAggregator class
Public methodQuantileAggregator(String, Decimal, Object)
Initializes a new instance of the QuantileAggregator class
Top
Properties

  NameDescription
Public propertyCount (Inherited from ListAggregator.)
Public propertyValue (Overrides ListAggregatorValue.)
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetQuantile
Public methodGetState (Inherited from ListAggregator.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodMerge (Overrides ListAggregatorMerge(IAggregator).)
Public methodPush (Overrides ListAggregatorPush(Object, FuncObject, String, Object).)
Public methodToString (Inherited from Object.)
Top
Fields

  NameDescription
Protected fieldvalues (Inherited from ListAggregator.)
Top
Remarks

Quantile is calculated as average of 2 elements. QuantileAggregator can be used only with numeric values that may be coverted to System.Decimal.
See Also

Reference