Skip to content

A collection of JavaScript statistical functions for arrays

Notifications You must be signed in to change notification settings

wdiasvargas/stat.js

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

stat.js

A collection of JavaScript statistical functions for arrays

  • max
  • min
  • range
  • midrange
  • sum
  • product
  • countEach
  • mean
  • geometricMean
  • harmonicMean
  • median
  • modes
  • variance
  • standardDeviation
  • meanAbsoluteDeviation
  • medianAbsoluteDeviation
  • zScores

They are all methods of the stat object. They all accept an array as their only argument. stat.countEach returns an object, stat.modes and stat.zScores return an array, and the rest return a number.

About

A collection of JavaScript statistical functions for arrays

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%