marksskram / SomeStats / 0.1.0
README.md
Give this algorithm an array of numbers and it will tell you the:
- min
- max
- variance
- standardDeviation
- mean
- median
- sum
- n (number of items)
This algorithm uses the The Apache Commons Mathematics Library
Inspired and some code borrowed from https://algorithmia.com/algorithms/kenny/SummaryStats