Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 601 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 601 Bytes

lodash.math

Lo-dash extension providing math / stats operations on collections.

It's based on underscore.math which itself is based on Mootools Array.Math

Available methods:

  • average (mean)
  • median
  • movingAverage
  • power
  • round
  • scale
  • slope
  • sort
  • stdDeviation (sigma)
  • sum
  • transpose
  • variance
  • zscore

F.A.Q

What is the difference with the underscore version?

This library uses the implicit chaining capabilities of Lodash.

Released under MIT license