Aggregators Methods

Methods

Create<U, T>(String, Func<Vector<U>, T>) Constructs a new aggregator group from a function.
Create<U, T>(String, Func<Vector<U>, Vector<U>, T>) Constructs a new aggregator group from a function.
Create<U, T, TAccumulator>(Boolean) Constructs a new aggregator that uses the specified accumulator.
Create2<U, T, TAccumulator> Constructs a new aggregator that uses the specified accumulator.
Quantile(Double) Gets an aggregator that computes the specified quantile.
Quantile(Double, Int32) Gets an aggregator that computes the specified quantile.
Skip Gets an aggregator that returns the first non-missing value after skipping the specified number of values.

See Also