Class StandardDeviationAggregator


public class StandardDeviationAggregator extends AggregatorNode
This class represents an stddev-aggregator in a GroupingExpression. It evaluates to population standard deviation of the values that the contained expression evaluated to over all the inputs.
Author:
bjorncs, bratseth