statistics2
v0.1.0
Published
Statistics2 is a module that provides normal, Chi-square, t- and F- probability distributions for JavaScript. It is a fork/continuation of Shin-ichiro Hara's original code in Ruby.
Downloads
2
Maintainers
Readme
node-statistics2
Statistics2 is a module that provides normal, Chi-square, t- and F- probability distributions for JavaScript. It is a fork/continuation of Shin-ichiro Hara's original code in Ruby.
Get It
node install statistics2
Usage
var stats = require('statistics2');
console.log(stats.normaldist(0.27));
Contributing
- Fork it ( https://github.com/rhardin/node-statistics2/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
License
See this file.
Authors
JavaScript: Robert Hardin Ruby: Shin-ichiro HARA, Brendan Ribera