utils.math.data_extraction.get_mean

utils.math.data_extraction.get_mean(values: list)

Get the mean of the values.

Parameters:

values – values

Returns:

mean of the values

Example:

>>> get_mean([1,2,3,4,5])
3.0