An open API service indexing awesome lists of open source software.

https://github.com/skyl/s.js

Statistics in JavaScript
https://github.com/skyl/s.js

Last synced: 4 months ago
JSON representation

Statistics in JavaScript

Awesome Lists containing this project

README

          

S.js
====

Statistics in JavaScript, multiple linear regression.

Todo
====

* Confidence intervals
* p-values
* logistic regression
* documentation

Usage
=====

See the test directory for comprehensive specifications.

Developing
==========

Install the dependencies:

npm install

Compile when coffee changes (npm install -g coffee-script):

coffee -wc .

Run the tests:

mocha