Computes the mean of the values in array.
array
Returns the mean.
_.mean([4, 2, 8, 6]);// => 5 Copy
_.mean([4, 2, 8, 6]);// => 5
Computes the mean of the values in
array
.