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 anAggregationFunctionthat needs to collect encountered items into a list that theListCollecting.ListProcessorcan extract the aggregated result from.AggregationFunctionto find the mode(most observed value).Calculates percentiles using the nearest-rank method.APercentileAggregationFunctionthat returns a single percentile.APercentileAggregationFunctionthat returns a single predefined percentile.