0.1.0 • Published 4 years ago

statistics2 v0.1.0

Weekly downloads
4
License
LGPL
Repository
github
Last release
4 years ago

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

  1. Fork it ( https://github.com/rhardin/node-statistics2/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

License

See this file.

Authors

JavaScript: Robert Hardin Ruby: Shin-ichiro HARA, Brendan Ribera