public class StandardDeviationAggregator extends AggregatorNode
GroupingExpression
. It evaluates to population standard deviation
of the values that the contained expression evaluated to over all the inputs.Constructor and Description |
---|
StandardDeviationAggregator(GroupingExpression exp) |
getExpression, resolveLevel, visit
asImage, asString, getLevel, setLabel
getLabel, toString
public StandardDeviationAggregator(GroupingExpression exp)
exp
- The expression to aggregate on.Copyright © 2018. All rights reserved.