---
title: median
framework: tabulardata
role: symbol
role_heading: Instance Property
path: tabulardata/numericsummary/median
---

# median

The midpoint value that’s above half of the non-missing elements’ values and below the other half’s values.

## Declaration

```swift
var median: Element
```

## See Also

### Getting Statistical Values

- [max](tabulardata/numericsummary/max.md)
- [mean](tabulardata/numericsummary/mean.md)
- [min](tabulardata/numericsummary/min.md)
- [standardDeviation](tabulardata/numericsummary/standarddeviation.md)
- [firstQuartile](tabulardata/numericsummary/firstquartile.md)
- [thirdQuartile](tabulardata/numericsummary/thirdquartile.md)
