Implementation of a solver of the generalized birthday problem in Python
-
Updated
Mar 10, 2024 - Python
Implementation of a solver of the generalized birthday problem in Python
Projects for the Intelligent Systems course
Simulates birthday problem with montecarlo simulation
Implementation of a solver of the generalized birthday problem in Kotlin
In probability theory, the birthday problem concerns the probability that, in a set of n randomly chosen people, some pair of them will have the same birthday. By the pigeonhole principle, the probability reaches 100% when the number of people reaches 366 (since there are 365 possible birthdays, excluding February 29th). It would seem that we wo…
Probability with python - combinations, permutations, sets
Explains the infamous birthday problem and shows how the math indeed checks out
This repository contains Python code for exploring two statistical concepts - the birthday problem and the central limit theorem.
Calculate the probability that at least two people out of n randomly chosen people will share the same birthday
Includes simulations pertaining to Birthday problem, Monty-Hall problem, Bertrand's paradox, Universality of the normal distribution and Bayesian Statistics.
Add a description, image, and links to the birthday-problem topic page so that developers can more easily learn about it.
To associate your repository with the birthday-problem topic, visit your repo's landing page and select "manage topics."