Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/frolov-andrey2405/the-paradox-of-birthdays
The birthday paradox, also known as the birthday problem, is the surprisingly high probability that two people have the same birthday, even in a relatively small group of individuals
https://github.com/frolov-andrey2405/the-paradox-of-birthdays
Last synced: about 19 hours ago
JSON representation
The birthday paradox, also known as the birthday problem, is the surprisingly high probability that two people have the same birthday, even in a relatively small group of individuals
- Host: GitHub
- URL: https://github.com/frolov-andrey2405/the-paradox-of-birthdays
- Owner: Frolov-Andrey2405
- Created: 2023-08-24T14:43:39.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-24T14:51:19.000Z (about 1 year ago)
- Last Synced: 2023-08-24T16:51:27.820Z (about 1 year ago)
- Language: Python
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The-paradox-of-birthdays
The birthday paradox, also known as the birthday problem, is the surprisingly high probability that two people have the same birthday, even in a relatively small group of people. In a group of 70 people, the probability that two people have the same birthday is 99.9%. However, already in a group of 23 people, the probability of birthdays matching is 50%. The above program performs several probability experiments to determine the percentages for groups of different sizes. Such experiments, based on modeling possible outcomes through many random trials, are called Monte Carlo experiments.