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
- Host: GitHub
- URL: https://github.com/vsivsi/bigbinomial
- Owner: vsivsi
- License: mit
- Created: 2018-10-01T18:49:38.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-04T01:54:47.000Z (almost 7 years ago)
- Last Synced: 2025-06-09T16:06:57.432Z (about 1 year ago)
- Topics: bignumber, binomial-distribution, cdf, golang, math, pmf, statistics
- Language: Go
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bigbinomial
[](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