Package nz.org.riskscape.engine.rl.agg
package nz.org.riskscape.engine.rl.agg
-
ClassDescriptionDoes all the work for
DefaultExpressionRealizer.realizeAggregate(Type, Expression)
Base class for anAggregationFunction
that needs to collect encountered items into a list that theListCollecting.ListProcessor
can extract the aggregated result from.AggregationFunction
to find the mode(most observed value).Calculates percentiles using the nearest-rank method.APercentileAggregationFunction
that returns a single percentile.APercentileAggregationFunction
that returns a single predefined percentile.