Skip to content

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.

License

Notifications You must be signed in to change notification settings

rhardin/node-statistics2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Version Monthly Downloads from NPM License

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

About

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published