---
title: Vector average calculation
framework: accelerate
role: collectionGroup
role_heading: API Collection
path: accelerate/vector-average-calculation
---

# Vector average calculation

Calculate the average value in a vector.

## Topics

### Calculating the mean value of a vector

- [mean(_:)](accelerate/vdsp/mean(_:)-1lwak.md)
- [mean(_:)](accelerate/vdsp/mean(_:)-60g3p.md)

### Calculating the mean of magnitudes of a vector

- [meanMagnitude(_:)](accelerate/vdsp/meanmagnitude(_:)-3fica.md)
- [meanMagnitude(_:)](accelerate/vdsp/meanmagnitude(_:)-664b7.md)

### Calculating the mean of squares of a vector

- [meanSquare(_:)](accelerate/vdsp/meansquare(_:)-751e5.md)
- [meanSquare(_:)](accelerate/vdsp/meansquare(_:)-1gh6k.md)

### Calculating the root mean square of a vector

- [rootMeanSquare(_:)](accelerate/vdsp/rootmeansquare(_:)-9xkkk.md)
- [rootMeanSquare(_:)](accelerate/vdsp/rootmeansquare(_:)-4mwg7.md)

## See Also

### Vector reduction

- [Vector extrema calculation](accelerate/vector-extrema-calculation.md)
- [Vector summation](accelerate/vector-summation.md)
