distributions.js
v0.2.2
Published
A javascript library of probability distributions
Maintainers
Readme
Synopsis
A javascript library of probability distributions
Code Example
probability = distributions.tStudent (tStatistic, degreesOfFreedom);
Motivation
This project was created to allow creating statistical tools with javascript
Installation
NPM: npm install distributions.js --save
API Reference
See my API Documentation.
Tests
npm run test
Contributors
Josefran Saenz ([email protected])
License
MIT
