Lo-dash extension providing math / stats operations on collections.
It's based on underscore.math which itself is based on Mootools Array.Math
- average (mean)
- median
- movingAverage
- power
- round
- scale
- slope
- sort
- stdDeviation (sigma)
- sum
- transpose
- variance
- zscore
What is the difference with the underscore version?
This library uses the implicit chaining capabilities of Lodash.
Released under MIT license