emptytuple

Results 1 issues of emptytuple

Currently, `Math.Enum.mean/1` requires two passes to calculate the mean of the `Enumerable`. This commit changes the function to require only a single pass by using `Enum.reduce/3` to calculate a running-mean.