This useless javascript module to get the standard deviation of a number array
const standardDeviation = require('@useless-javascript-modules/standard-deviation')
standardDeviation([1,2,3,4]) /* = 2.5 */
- 1.0.2 - Upgraded
math
,mean
, andsum
and transitioned to newmath
API - 1.0.1 - Upgraded sum and mean dependency to fix odd rounding behavior
- 1.0.0 - initial release