An open API service indexing awesome lists of open source software.

https://github.com/vsivsi/bigbinomial

Implements binomial distribution PMF and CDF functions with math/big support
https://github.com/vsivsi/bigbinomial

bignumber binomial-distribution cdf golang math pmf statistics

Last synced: 10 months ago
JSON representation

Implements binomial distribution PMF and CDF functions with math/big support

Awesome Lists containing this project

README

          

# bigbinomial

[![Build Status](https://travis-ci.org/vsivsi/bigbinomial.svg?branch=master)](https://travis-ci.org/vsivsi/bigbinomial)

bigbinomial is a golang package implementing binomial distribution PMF and CDF functions using the math/big library to allow calculations for larger numbers of trials than is possible using ordinary floating point arithmetic.

Please see the documentation here: https://godoc.org/github.com/vsivsi/bigbinomial