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
- Host: GitHub
- URL: https://github.com/skyl/s.js
- Owner: skyl
- Created: 2015-02-12T20:42:05.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-01T01:14:15.000Z (over 11 years ago)
- Last Synced: 2025-10-25T04:23:52.741Z (8 months ago)
- Language: FORTRAN
- Homepage:
- Size: 146 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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