node-stdev

1.0.1 • Public • Published

Build Status

Standard Deviation calculation

Usage

const stDev = require('node-stdev');
 
stDev.sample([5, 5, 4, 2, 5]); // OUTPUTS: 1.30
 
stDev.population([5, 5, 4, 2, 5]); // OUTPUTS: 1.17

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.1
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.1
    2
  • 1.0.0
    0

Package Sidebar

Install

npm i node-stdev

Weekly Downloads

2

Version

1.0.1

License

ISC

Last publish

Collaborators

  • robscotts4rb