mean

bandicoot.helper.maths.mean(data)

Return the arithmetic mean of data.

Examples

>>> mean([1, 2, 3, 4, 4])
2.8