Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.26 KB

README.md

File metadata and controls

29 lines (18 loc) · 1.26 KB

Simple Statistics

A JavaScript implementation of descriptive, regression, and inference statistics.

Build Status Coverage Status npm version

Implemented in literate JavaScript with no dependencies, designed to work in all modern browsers (including IE) as well as in node.js.

Installation

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.

Also available on cdnjs.

Examples