Monte Carlo Simulation: Assignment 1
Monte Carlo Simulation: Assignment 1
Simulation
Assignment 1
Monte Carlo Simulation
The steps for simulating real life experiments in the Monte Carlo
method are as follows:
1. List all possible outcomes of the experiment.
2. Determine the probability of each outcome.
3. Set up a correspondence between the outcomes of the experiment
and the random numbers.
4. Select random numbers from a table and conduct the experiment.
5. Repeat the experiment and tally the outcomes.
6. Compute any statistics and state the conclusions.
Setting up a correspondence between the outcomes
of the experiment and the random numbers
0 20 0.20
1 40 0.40
2 20 0.20
3 10 0.10
4 10 0.10
100 1.00
Roulette Wheel of Demand
0
90
x=4
x=0
80 x=3 20
x=2
x=1
60
Generating Demand from
Random Numbers
DEMAND, RANGES OF RANDOM NUMBERS,
x r
0 0-19
1 20-59 r = 39
2 60-79
3 80-89
4 90-99
Random Number Table
15 Weeks of Demand
Steady-state result
average result which stays constant after enough trials
Random Numbers in Excel