What two words sum up Monte Carlo?
Random Simulation
What is Monte Carlo?
Studying the behaviour of a random system by stimulating the outcome many times rather than by applying math theory.
What is a fundamental building block for everything in Monte Carlo?
Assuming we have an inexchaustible supply of independent random values which are uniformly distributed on (0,1)
What are three properties of the uniformly distrubtued independent random values we use in Monte Carlo?

What is the c.d.f of U?

Draw the p.d.f of U

Draw the c.d.f of U

What is the algortithm for simulating a fair coin toss?
Describe the Bernoulli distribution.
The Bernoulli distribution with probability p of “success” has two possible outcomes 0 and 1, and probability of 1 is p ∈ [0,1].
What is the algorithm for simulating the Bernoulli distribution?
Prove that the algorithm for simulating the Bernoulli distribution is the following.

How do you simulate from any discrete distribution?
* Let Y be a discrete random variable with possible values x1, …, xm (possibly no finite m)
What is the algorithm for simulating any discrete distribution?
Prove that the algorithm for simulating any discrete distribution is:

Why do we distinguish Y and Y٭?
What are the two ways to simulatie the binomial distribution?
Describe how you can use the Bernoulli random variable to simulate a Binomial trial.
What are three properties of a c.d.f F(x)?

What is the cdf for a discrete distribution with possible values x1 < x2 < … < xm with corresponding probabilites p1, …, pm?

What is the c.d.f for an absolutely continuous distribution?

What is the definition of the generalised inverse of a c.d.f.?
For any c.d.f F, define F-1:(0,1) ➝ ℝ by
F-1(u) = min {x∈ℝ: F(x) ≥ u}
“The lowest value of x for which F(x) is at least u”
Why do we need a generalsied definition for the inverse of cdf?
Because the true inverse does not always exist
Finish this theorm: For any c.d.f F, any u ∈ (0,1) and any y ∈ ℝ:
F-1(u) ≤ y ⟺ … ?
F-1(u) ≤ y ⟺ F(y) ≥ u
Prove this theorem: For any c.d.f F, any u ∈ (0,1) and any y ∈ ℝ:
F-1(u) ≤ y ⟺ F(y) ≥ u.
