---
title: "computeMean(of:)"
framework: evaluations
role: symbol
role_heading: Instance Method
path: "evaluations/metricsaggregator/group/computemean(of:)"
---

# computeMean(of:)

Computes the mean of a metric and adds it to the group.

## Declaration

```swift
mutating func computeMean(of metric: Metric)
```

## Parameters

- `metric`: The metric to aggregate.
