Skip to content

A look at Monty Hall and the Birthday Problem via simulations in R

Notifications You must be signed in to change notification settings

Robby955/ProbabilityPuzzles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Exploring the Monty Hall and Birthday Problem with Simulations

A look at Monty Hall and the Birthday Problem via simulations in R.

Introduction: In this article, we'll explore two classical problems in probability - the Monty Hall Problem and the Birthday Problem- and we will use R simulations to visualize and verify the surprising results.  Simulations are an extremely powerful tool in statistics and Data Science as they can be used to verify results practically. We'll also provide interactive Shiny apps and links to the GitHub with the full code so you can run it yourself. Try it yourself using my interactive Shiny Applications.

To try the Monty Hall problem shiny app, click here and to try the Birthday Problem shiny app, click here

The full article if avaliable here

Monty Hall Problem

The simulation can be seen here;

Birthday Problem

And the simulation for the birthday problem:

About

A look at Monty Hall and the Birthday Problem via simulations in R

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages