Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

statistics2

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

statistics2

  • 0.54
  • Rubygems
  • Socket score

Version published
Maintainers
2
Created
Source

= 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 http://www.ruby-lang.org/en/LICENSE.txt)

FAQs

Package last updated on 15 Jan 2010

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc