Using Randomness to Solve Non-random Problems

OCW Scholar

« Previous | Next »

Session Overview

Photograph of three doors in a row.

This lecture starts by defining normal (Gaussian), uniform, and exponential distributions. It then shows how Monte Carlo simulations can be used to analyze the classic Monty Hall problem and to find an approximate value of pi.

Image courtesy of Xiaozhuli on Flickr.

Session Activities

Lecture Videos

About this Video

Topics covered: Gaussian distributions, analytical models, simulations, exponential growth, probability, distributions, Monty Hall problem.

Resources

Check Yourself

What is a Gaussian distribution?

View/hide answer

Also known as a normal distribution, a Gaussian distribution is symmetric and can be fully characterized by its mean and standard deviation.

 

 

What is a uniform distribution?

View/hide answer

One where each outcome has the same probability. The distribution can be fully characterized with a single parameter, the range.

 

 

What is important about an exponential distribution?

View/hide answer

This is the only continuous memory-less distribution, meaning that the probability of any outcome at a point in time is independent of the outcome at any previous time.

 

Problem Sets

Problem Set 7: Simulating The Spread of Disease and Virus Population (Due)

In this problem set, using Python and pylab you will design and implement a stochastic simulation of patient and virus population dynamics, and reach conclusions about treatment regimens based on the simulation results.

Problem Set 8 (Assigned)

Problem set 8 is assigned in this session. The instructions and solutions can be found on the session page where it is due, Lecture 18 Optimization Problems and Algorithms.

Further Study

These optional resources are provided for students that wish to explore this topic more fully.

« Previous | Next »