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
- Host: GitHub
- URL: https://github.com/steviecurran/bin-prob
- Owner: steviecurran
- Created: 2023-03-23T01:55:45.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-06-19T22:28:59.000Z (about 1 year ago)
- Last Synced: 2025-12-06T07:12:02.313Z (7 months ago)
- Topics: ab-testing, binomial-distribution, gambling, probability, statistics
- Language: C
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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σ.