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

https://github.com/steviecurran/bin-prob

Code to calculate the binomial probability of an event
https://github.com/steviecurran/bin-prob

ab-testing binomial-distribution gambling probability statistics

Last synced: 20 days ago
JSON representation

Code to calculate the binomial probability of an event

Awesome Lists containing this project

README

          

# bin-prob
Calculate the binomial probability of an event

E.g. the chances of getting 99 heads out of 100 tosses of a fair coin (it's 7.9675e-29), 700 out of 1000 favourable Amazon reviews, etc.

Which [https://github.com/steviecurran/Z-value](https://github.com/steviecurran/Z-value) will tell you is signifcant at Z = 11.41σ.