birthday-problem

There are 10 repositories under birthday-problem topic.

  • fast-reflexes/BirthdayProblem-Python

    Implementation of a solver of the generalized birthday problem in Python

    Language:Python8110
  • SiavashShams/Intelligent-Systems-Projects

    Projects for the Intelligent Systems course

    Language:Jupyter Notebook2100
  • Android_The_Birthday_Problem

    dmatsanganis/Android_The_Birthday_Problem

    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 would need 183 people (half of 365) to reach a 50% probability. However, 99% probability is reached with just 57 people and 50% probability with just 23 people. These conclusions are based on the assumption that each day of the year (except February 29) is equally probable for a birthday.

    Language:Java1100
  • fast-reflexes/BirthdayProblem-Kotlin

    Implementation of a solver of the generalized birthday problem in Kotlin

    Language:Kotlin1100
  • fvalle1/birthday

    Simulates birthday problem with montecarlo simulation

    Language:C++1200
  • amruthamanoj/Probability-Python-Scripts

    Probability with python - combinations, permutations, sets

  • Saagar2005/Probability-and-Statistics

    Includes simulations pertaining to Birthday problem, Monty-Hall problem, Bertrand's paradox, Universality of the normal distribution and Bayesian Statistics.

    Language:Python0000
  • shiivashaakeri/Birthday-Problem-Central-Limit-Theorem

    This repository contains Python code for exploring two statistical concepts - the birthday problem and the central limit theorem.

    Language:Jupyter Notebook0100
  • SyedAbuTalib/birthday_problem

    Explains the infamous birthday problem and shows how the math indeed checks out

    Language:Ruby0200
  • AyushShahh/BirthdayParadox

    Calculate the probability that at least two people out of n randomly chosen people will share the same birthday

    Language:JavaScript10