computeStandardDeviation(of:)
Computes the standard deviation of a metric and adds it to the group.
Declaration
mutating func computeStandardDeviation(of metric: Metric)Parameters
- metric:
The metric to aggregate.
Computes the standard deviation of a metric and adds it to the group.
mutating func computeStandardDeviation(of metric: Metric)The metric to aggregate.