https://simple-statistics.github.io/ Simple Statistics simple statistics logo Statistical methods in readable JavaScript for browsers, servers, and people. Github npm docs Tweet Features --------------------------------------------------------------------- Descriptive Statistics Bayesian Classifier Distributions Linear Regression Simple Statistics is a JavaScript library that implements statistical methods. It helps coders harness the power of statistics and statisticians understand code. The library is exhaustively documented, written in a simple and friendly style, and thoroughly tested. Download --------------------------------------------------------------------- Uncompressed Development simple-statistics.js Production Build simple-statistics.min.js Install --------------------------------------------------------------------- You can use simple-statistics with node.js by installing it with npm. npm install --save simple-statistics The npm package is usable in node.js, io.js, and the web via browserify or webpack. CDN --------------------------------------------------------------------- You can also use simple-statistics in webpages from unpkg: [https://unpkg.com/si] Made by Tom MacWright & Contributors. Also ported to Python as simplestatistics