binomial-sampling

0.0.5 • Public • Published

binomial-sampling Build Status

Sampling algorithm from binomial distribution

Getting started

Install

$ npm install binomial-sampling

How to use

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

// binomial(n, p) 
// n is the size of sample
// p is the probability of each test
console.log(binomial(10, 0.1));

// --> return the value according to binomial distribution

LICENSE

MIT License. Please see the LICENSE file for details.

Readme

Keywords

none

Package Sidebar

Install

npm i binomial-sampling

Weekly Downloads

6

Version

0.0.5

License

none

Last publish

Collaborators

  • lewuathe