Skip to content

Delapouite/lodash.math

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published