Looks like no one added any tags here yet for you.
What is the Monty Hall Problem?
ā¢ Setup: A game show scenario with three doors; a car is behind one door and goats are behind the other two
ā¢ Initial choice: The contestant picks one door
ā¢ Hostās action: The host, knowing what is behind each door, opens one of the remaining two doors to reveal a goat
ā¢ Decision point: The contestant chooses to either stick with their original door, or switch to the other unopened door
ā¢ Perhaps somewhat counter-intuitively, the contestant should always switch in such a scenario
ā¢ One way to get a better sense of this is to literally map out all the possible cases
What is a state space?
The set of all possible configurations of a "systemā
What is the birthday problem?
ā¢ The birthday problem is another well-known probability puzzle where the size of the state space does not pose a serious impediment to its solution
ā¢ The problem: Find the minimum value of š, such that in a group of š people, it is more likely than not (probability > 50%) that there are least two people who share the same birthday
What is the Law of Large Numbers in statistics?
The law states that the average of the results
obtained from a large number of independent
random samples converges to the true value
What is the idea Monte Carlo simulation?
Use randomness generated by a computer to perform a large number of virtual experiments, in order to estimate of some quantity of interest
Main steps in a Monte Carlo simulation?