https://github.com/sanam2405/binomialdistribution
This is an experimentation to verify the Binomial Distribution and plot it using matplotlib library.
https://github.com/sanam2405/binomialdistribution
python random-number-generators simulation
Last synced: about 1 year ago
JSON representation
This is an experimentation to verify the Binomial Distribution and plot it using matplotlib library.
- Host: GitHub
- URL: https://github.com/sanam2405/binomialdistribution
- Owner: sanam2405
- License: mit
- Created: 2022-06-04T01:55:35.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-04T02:03:28.000Z (about 4 years ago)
- Last Synced: 2025-02-15T11:38:49.428Z (over 1 year ago)
- Topics: python, random-number-generators, simulation
- Language: Python
- Homepage:
- Size: 88.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BinomialDistribution
This is an experimentation to verify the Binomial Distribution by tossing a coin and plotting the data using matplotlib library. At first I have calculated the theoretical probabilites for various number of success/Head. I have printed the Binomial Distribution probabilities.
After this I have simulated the coin tosses and calculated the number of occurrences for different number of successess/Head as per the experiment multiplier.
Lastly I have physically performed the experiment by tossing coins.
In the above three parts I have theoretically, experimentally and physically compared the various probabilies of getting success by tossing coins which
follows the Binomial Distribution.
## Screenshots of the Experimentation