
Security News
AGENTS.md Gains Traction as an Open Format for AI Coding Agents
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
abscondment-statistics2
Advanced tools
= 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
Unknown package
We found that abscondment-statistics2 demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
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.
Security News
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.