Skip to content

A hypergeometric calculator implemented in Javascript

Notifications You must be signed in to change notification settings

shynonagons/hypergeo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

hypergeo

A hypergeometric calculator implemented in Javascript.

Install

npm install hypergeo or yarn add hypergeo

Usage

To calculate the PMF:

const hypergeo = require('hypergeo');

hypergeo.pmf(N,k,n,x)

Where N = total population size, k = number of possible successes, n = number of draws (sample size), x = number of successes in sample

About

A hypergeometric calculator implemented in Javascript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published