Simulation
Simulation
Simulation
Tosimulate is to try to duplicate the
characteristics of a real system
We will study mathematical simulation models
of real systems to help make business decisions
Imitate real-world situation mathematically.
Study its properties and operating characteristics.
Draw conclusions and make action decisions based
on results of simulation.
Simulationis one of the most widely used
decision modeling techniques
The Process of Simulation
Advantages of Simulation
1. Flexibility
2. Can handle large and complex systems
3. Can answer “what-if” questions
4. Does not interfere with the real system
5. Allows study of interaction among
variables
6. “Time compression” is possible
7. Handles complications that other methods
can’t
Disadvantages of Simulation
1. Can be expensive and time consuming
2. Does not generate optimal solutions
3. Managers must choose solutions they
want to try (“what-if” scenarios)
4. Each model is unique
Monte Carlo Simulation
Can be used with variables that are
probabilistic (exhibit chance, random,
stochastic behaviour)
Experimentation based on chance elements
through random sampling.
Steps:
1. Determine the probability distribution for each
random variable
2. Use random numbers to generate random values
3. Repeat for some number of replications
Random Variables (RV’s)
There are many random variables in real life where
there is uncertainty, such as:
Product demand
Lead time for orders to arrive
Time between equipment breakdown
Service time
Times between arrivals at a service facility.
Times to complete project activities.
Number of employees absent from work each day
Step 1: Determine the Probability
Distribution for Each RV
• Spreadsheet models
Generating Random Values in Excel
• To generate random numbers between 0
and 1, use: = RAND()