4.0.0 • Published 8 months ago

binomial-cdf v4.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
8 months ago

binomial-cdf

Binomial cumulative distribution function.

Example

var cdf = require('binomial-cdf');

cdf(52, 100, 0.5);
// => 0.69

Installation

$ npm install binomial-cdf

API

var cdf = require('binomial-cdf');

cdf(k, n, p)

Returns the probability of having at most Number k successes in Number n trials, given that the probability of a success is Number p.

4.0.0

8 months ago

3.0.0

1 year ago

2.0.0

2 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago