github.com/vsivsi/bigbinomial

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


Keywords
golang, statistics, math, cdf, bignumber, pmf, binomial-distribution
License
MIT
Install
go get github.com/vsivsi/bigbinomial

Documentation

bigbinomial

Build Status

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