This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Mon Jun 08 17:04:03 -0700 2009 | |
| |
History.rdoc | Mon Jun 08 15:47:48 -0700 2009 | |
| |
Manifest.txt | Wed Jun 10 17:18:47 -0700 2009 | |
| |
README.rdoc | Wed Jun 10 17:25:47 -0700 2009 | |
| |
Rakefile | Mon Jun 08 15:47:48 -0700 2009 | |
| |
examples/ | Mon Jun 08 17:04:03 -0700 2009 | |
| |
ext/ | Thu Jun 11 11:52:30 -0700 2009 | |
| |
lib/ | Wed Jun 10 18:18:42 -0700 2009 | |
| |
statistics2.gemspec | Thu Jun 11 21:28:08 -0700 2009 | |
| |
test/ | Thu Jun 11 14:23:30 -0700 2009 |
README.rdoc
Statistics2: Statistical Distributions for Ruby
Authors: Shin-ichiro HARA(sinara@blade.nagaokaut.ac.jp), Brendan Ribera (brendan.ribera@gmail.com)
REQUIREMENTS:
* ruby-1.8 or higher
INSTALL:
* Get the gem from Github!
$ gem sources -a http://gems.github.com (you only have to do this once)
$ sudo gem install abscondment-statistics2
USAGE:
- Example:
require "statistics2" puts Statistics2.normaldist(0.27) #=> 0.60641987319804
- If you don’t want to use the C extension:
require "statistics2/no_ext" puts Statistics2.normaldist(0.27) #=> 0.606419873198039 (delta of 9.99200722162641e-16)
LICENSE:
Ruby’s (see www.ruby-lang.org/en/LICENSE.txt)







