Socket
Book a DemoInstallSign in
Socket

gamma-distribution

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gamma-distribution

The PDF and CDF of the gamma distribution

1.0.4
latest
npmnpm
Version published
Weekly downloads
1
-93.75%
Maintainers
1
Weekly downloads
 
Created
Source

Gamma-Distribution

A module with the PDF and CDF functions for the gamma distribution. Also has maximum likelihood fitting capabilities. An example: ` var dist = require('gamma-distribution');

var x = 2, k = 1, theta = 3; dist.pdf(x, k, theta); dist.cdf(x, k, theta); dist.fit([1, 2, 2, 2, 2, 3, 3, 4, 6]); // returns an object with k and theta `

Keywords

gamma

FAQs

Package last updated on 03 Feb 2015

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

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.