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

# computeMedian(of:)

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

## Declaration

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

## Parameters

- `metric`: The metric to aggregate.
