AggregationOperation
The type of aggregation operation used to compute a summary statistic.
Declaration
enum AggregationOperationOverview
Each case pairs a statistical function with the Metric it operates on, except AggregationOperation.custom(label:) which represents a custom computation.
Topics
Enumeration Cases
AggregationOperation.custom(label:)AggregationOperation.maximum(of:)AggregationOperation.mean(of:)AggregationOperation.median(of:)AggregationOperation.minimum(of:)AggregationOperation.mode(of:)AggregationOperation.standardDeviation(of:)AggregationOperation.variance(of:)