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

/node-stdev/

    Package Sidebar

    Install

    npm i node-stdev

    Weekly Downloads

    9

    Version

    1.0.1

    License

    ISC

    Last publish

    Collaborators

    • robscotts4rb