github
Advanced Search
  • Home
  • Pricing and Signup
  • Explore GitHub
  • Blog
  • Login

abscondment / statistics2

  • Admin
  • Watch Unwatch
  • Fork
  • Your Fork
  • Pull Request
  • Download Source
    • 2
    • 1
  • Source
  • Commits
  • Network (1)
  • Issues (0)
  • Downloads (1)
  • Wiki (1)
  • Graphs
  • Branch: master

click here to add a description

click here to add a homepage

  • Branches (1)
    • master ✓
  • Tags (1)
    • 0.54
Sending Request…
Enable Donations

Pledgie Donations

Once activated, we'll place the following badge in your repository's detail box:
Pledgie_example
This service is courtesy of Pledgie.

Shin-ichiro Hara's library, updated for Ruby 1.9 & packaged as a gem. — Read more

  cancel

http://github.com/abscondment/statistics2

  cancel
  • Private
  • Read-Only
  • HTTP Read-Only

This URL has Read+Write access

Gem spec changes; ignoring doc & pkg directories. 
abscondment (author)
Tue Jan 26 11:16:17 -0800 2010
commit  ae21fc7f78063691a3e0c8ee4e5e677939e8980a
tree    bac8117e3b607a098957a701584713600a2bbcb8
parent  6bf9beae36948cfb826f3f5aafc73ff5b8abd0c0
statistics2 /
name age
history
message
file .gitignore Tue Jan 26 11:16:17 -0800 2010 Gem spec changes; ignoring doc & pkg directories. [abscondment]
file History.rdoc Mon Jun 08 15:47:48 -0700 2009 Whoops, these are in rdoc format. [abscondment]
file Manifest.txt Wed Jun 10 17:18:47 -0700 2009 Changing a few extension-related things: * Sin... [abscondment]
file README.rdoc Wed Jun 10 17:25:47 -0700 2009 Corrected numbers README example [abscondment]
file Rakefile Loading commit data...
directory examples/ Mon Jun 08 17:04:03 -0700 2009 Moving samples into an examples directory & adj... [abscondment]
directory ext/ Thu Jun 11 11:52:30 -0700 2009 Forgot that the RFloat struct changed in 1.9, w... [abscondment]
directory lib/ Wed Jun 10 18:18:42 -0700 2009 Moving documentation from the original README i... [abscondment]
file statistics2.gemspec
directory test/
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)

Blog | Support | Training | Contact | API | Status | Twitter | Help | Security
© 2010 GitHub Inc. All rights reserved. | Terms of Service | Privacy Policy
Powered by the Dedicated Servers and
Cloud Computing of Rackspace Hosting®
Dedicated Server