SlideShare a Scribd company logo
Chapter 15 - Simulation Matt Levy ISDS 2001
Overview    Simulation is one of the most widely used quantitative approaches to decision making. It is a method for learning about an actual system through experimentation of a model that represents the system. In an experiment there are different types of inputs: Controllable Inputs - entered by the analyst (that's you) Probabilistic Inputs - randomly generated. For example a simulation model for airline overbooking.  Controllable inputs would be the number of reservations that can be accepted for the flight.  Probabilistic inputs would be the numbers of customers who show up with a reservation.
Risk Analysis The process of predicting the outcome of a decision in the face of uncertainty. One approach to risk analysis is a  what if analysis A what-if analysis provides us with a base case, worst case, and best case scenario. While a what-if analysis gives us some information about our profit range, it tells us nothing about the probability of a specific profit. So we use this only in limited scenarios. Let's look at a quick example...
Risk Analysis Selling Price = $249 per unit. Administrative cost = $400000 Advertising Cost = $600000 These are the model parameters.   Direct Labor (c1), cost of parts (c2), and first year demand (x) are the prob. inputs. Thus our Profit Model is:  Profit = ($249 - c1 - c2)x - 1000000 PortaCom's best estimate is 45, 90, and 15000 for c1, c2, and x respectively. PortaCom's also realizes things could range from 43 to 47 for labor, 80 to 100 per unit, and 1500 to 28,500 for demand. Thus plugging in the high and low points of those figures, we get: Base Case:  710000 Best Case: 2,591,000 Worst Case: -847,000  
Simulation Using the profit model generated from the what-if analysis we can generate simulated data.      Profit = ($249 - c1 - c2)x - 1000000 Required is that we know the probability distribution for each probabilistic input. This way numbers that have a higher probability of occurring will happen in that range more frequently. Once we have the distributions, we can use Excel to generate random numbers and values for the profit model.  For example:  =NORMINV( Rand() ,  Mean ,  StandardDeviation )
Waiting Line Simulations The simulation models we have discussed thus far have been based on independent trials. -- referred to as static simulation models. Waiting line simulations are ones that change over time. We refer to these types of models as dynamic simulation models. In situations where arrivals and departures of customers occur at discrete points in time the simulation model is referred to as a discrete-event simulation model.
The End Problems: 1-10. Read the Chapter as it is mostly example driven.

More Related Content

PDF
Monte carlo simulation
PDF
Monte carlo simulation
PPT
Monte Carlo Simulations
PPT
Monte Carlo Simulation - Paul wilmott
PPTX
The monte carlo method
PPTX
An Empirical Investigation Of The Arbitrage Pricing Theory
PPTX
Unit 2 monte carlo simulation
PPTX
Monte carlo simulation in food application
Monte carlo simulation
Monte carlo simulation
Monte Carlo Simulations
Monte Carlo Simulation - Paul wilmott
The monte carlo method
An Empirical Investigation Of The Arbitrage Pricing Theory
Unit 2 monte carlo simulation
Monte carlo simulation in food application

What's hot (14)

PDF
Investment management chapter 5 the arbitrage pricing theory
PPT
Chapter 19 decision-making under risk
PPT
Long term investment strategies: Dollar cost averaging vs Lump sum investments
PPTX
Regression Analysis
PDF
Airport forecasting issue 45 tls 2020 - Toulouse Airport
PPTX
C language operators
PPT
Slides Cf04
PDF
Monte Carlo Simulations (UC Berkeley School of Information; July 11, 2019)
PPT
Rick Watkins Docs
PDF
Aeroporti de roma fco
PPTX
Conditional Probability
PDF
Adverse Selection,Signaling, Screening
PPTX
Route development
PPTX
ppt on logical/arthimatical/conditional operators
Investment management chapter 5 the arbitrage pricing theory
Chapter 19 decision-making under risk
Long term investment strategies: Dollar cost averaging vs Lump sum investments
Regression Analysis
Airport forecasting issue 45 tls 2020 - Toulouse Airport
C language operators
Slides Cf04
Monte Carlo Simulations (UC Berkeley School of Information; July 11, 2019)
Rick Watkins Docs
Aeroporti de roma fco
Conditional Probability
Adverse Selection,Signaling, Screening
Route development
ppt on logical/arthimatical/conditional operators
Ad

Viewers also liked (8)

PPTX
Great hun final presentation
PPSX
Falcon Air - Banner Ads (Airline Simulation)
PDF
Airline Analytics: Decision Analytics Centers of Excellence
PPS
Airline strategy
PPT
Airline Business Models and Competitive Strategies - virtual simulation course
PPTX
Airline Simulation: SolAir
PDF
Strategy analysis airline industry
PPT
Airline Industry Marketing Ppt
Great hun final presentation
Falcon Air - Banner Ads (Airline Simulation)
Airline Analytics: Decision Analytics Centers of Excellence
Airline strategy
Airline Business Models and Competitive Strategies - virtual simulation course
Airline Simulation: SolAir
Strategy analysis airline industry
Airline Industry Marketing Ppt
Ad

Similar to Chapter 15R Lecture (20)

PDF
Introduction to monte carlo simulation excel - office
PPT
THE VALUE OF SENSITIVITY ANALYSIS in modern society
PPTX
Simulation theory
PPTX
Intellectual Property Licensing Valuation Model
PPTX
Week14_Business Simulation Modeling MSBA.pptx
PDF
Machine learning in credit risk modeling : a James white paper
PPTX
ACT04_CH14 STATISTICAL ANALYSIS.pptx
PDF
Assessing Model Performance - Beginner's Guide
PPTX
Stochastic Modeling for Valuation and Risk Management
PDF
Discrete Event Simulation in Healthcare
DOCX
Risk_Management_Final_Report
PPTX
Montecarlosimulation2
PDF
Risk and financial portfolio analytics - A technical Introduction
PDF
working with python
PPT
Cs854 lecturenotes01
PPT
Chapter 04
PDF
COST NOTES LECTURE ALL COST CURVES NUMERICALS EXAMPLES THEORY
PDF
Machine Learning Application: Credit Scoring
PPTX
WEKA: Credibility Evaluating Whats Been Learned
Introduction to monte carlo simulation excel - office
THE VALUE OF SENSITIVITY ANALYSIS in modern society
Simulation theory
Intellectual Property Licensing Valuation Model
Week14_Business Simulation Modeling MSBA.pptx
Machine learning in credit risk modeling : a James white paper
ACT04_CH14 STATISTICAL ANALYSIS.pptx
Assessing Model Performance - Beginner's Guide
Stochastic Modeling for Valuation and Risk Management
Discrete Event Simulation in Healthcare
Risk_Management_Final_Report
Montecarlosimulation2
Risk and financial portfolio analytics - A technical Introduction
working with python
Cs854 lecturenotes01
Chapter 04
COST NOTES LECTURE ALL COST CURVES NUMERICALS EXAMPLES THEORY
Machine Learning Application: Credit Scoring
WEKA: Credibility Evaluating Whats Been Learned

More from Matthew L Levy (10)

PDF
Chapter 14R
PDF
Chapter 5R
PDF
Chapter 4R Part II
PDF
Chapter 4 R Part I
PDF
Chapter 20 Lecture Notes
PDF
Chapter 18 Part I
PDF
Chapter 16
PDF
Chapter 15
PDF
Chapter 14 Part Ii
PDF
Chapter 14 Part I
Chapter 14R
Chapter 5R
Chapter 4R Part II
Chapter 4 R Part I
Chapter 20 Lecture Notes
Chapter 18 Part I
Chapter 16
Chapter 15
Chapter 14 Part Ii
Chapter 14 Part I

Chapter 15R Lecture

  • 1. Chapter 15 - Simulation Matt Levy ISDS 2001
  • 2. Overview    Simulation is one of the most widely used quantitative approaches to decision making. It is a method for learning about an actual system through experimentation of a model that represents the system. In an experiment there are different types of inputs: Controllable Inputs - entered by the analyst (that's you) Probabilistic Inputs - randomly generated. For example a simulation model for airline overbooking.  Controllable inputs would be the number of reservations that can be accepted for the flight.  Probabilistic inputs would be the numbers of customers who show up with a reservation.
  • 3. Risk Analysis The process of predicting the outcome of a decision in the face of uncertainty. One approach to risk analysis is a  what if analysis A what-if analysis provides us with a base case, worst case, and best case scenario. While a what-if analysis gives us some information about our profit range, it tells us nothing about the probability of a specific profit. So we use this only in limited scenarios. Let's look at a quick example...
  • 4. Risk Analysis Selling Price = $249 per unit. Administrative cost = $400000 Advertising Cost = $600000 These are the model parameters.   Direct Labor (c1), cost of parts (c2), and first year demand (x) are the prob. inputs. Thus our Profit Model is:  Profit = ($249 - c1 - c2)x - 1000000 PortaCom's best estimate is 45, 90, and 15000 for c1, c2, and x respectively. PortaCom's also realizes things could range from 43 to 47 for labor, 80 to 100 per unit, and 1500 to 28,500 for demand. Thus plugging in the high and low points of those figures, we get: Base Case:  710000 Best Case: 2,591,000 Worst Case: -847,000  
  • 5. Simulation Using the profit model generated from the what-if analysis we can generate simulated data.      Profit = ($249 - c1 - c2)x - 1000000 Required is that we know the probability distribution for each probabilistic input. This way numbers that have a higher probability of occurring will happen in that range more frequently. Once we have the distributions, we can use Excel to generate random numbers and values for the profit model.  For example:  =NORMINV( Rand() , Mean , StandardDeviation )
  • 6. Waiting Line Simulations The simulation models we have discussed thus far have been based on independent trials. -- referred to as static simulation models. Waiting line simulations are ones that change over time. We refer to these types of models as dynamic simulation models. In situations where arrivals and departures of customers occur at discrete points in time the simulation model is referred to as a discrete-event simulation model.
  • 7. The End Problems: 1-10. Read the Chapter as it is mostly example driven.