A JavaScript implementation of descriptive, regression, and inference statistics.
Implemented in literate JavaScript with no dependencies, designed to work in all modern browsers (including IE) as well as in node.js.
For node.js, browserify, and/or webpack users, install from npm:
npm install simple-statistics
Available on bower as simple-statistics
.
For script-tag inclusion, distributions are available under the dist/
directory.