Skip to content

Delapouite/underscore.math

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Javascript math operations on collections, based on Mootools Array.Math: http://mootools.net/forge/p/array_math but without extending native prototypes.

Provides the following methods:

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

Copyright 2011 Kai Chang
Released under MIT license

Contributions by Irene Ros and Bruno Heridet.

About

Basic math in javascript with Underscore.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%