Skip to content

This useless javascript module to get the standard deviation of a number array

License

Notifications You must be signed in to change notification settings

robilars-amazon/useless-javascript-modules-standard-deviation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@useless-javascript-modules/standard-deviation

This useless javascript module to get the standard deviation of a number array

Example:

const standardDeviation = require('@useless-javascript-modules/standard-deviation')
standardDeviation([1,2,3,4]) /* = 2.5 */

Change Log

  • 1.0.2 - Upgraded math, mean, and sum and transitioned to new math API
  • 1.0.1 - Upgraded sum and mean dependency to fix odd rounding behavior
  • 1.0.0 - initial release

About

This useless javascript module to get the standard deviation of a number array

Resources

License

Stars

Watchers

Forks

Packages

No packages published