Wharton - Business Analytics - Week 5 - Summary Transcripts
Wharton - Business Analytics - Week 5 - Summary Transcripts
Summary Transcripts
Comparing Decisions
The difference between making decisions in low uncertainty settings and high uncertainty settings is
given below:
Low uncertainty settings High uncertainty settings
In low uncertainty settings, companies know In high uncertainty settings, irrespective of how
exactly how much profit they will make and how you model random demand values, it leads to
much resources it will consume. random profit values.
Making decisions in low uncertainty settings: Making decisions in high uncertainty settings:
• Calculate the objective function value and • Calculate the distribution for any key
determine if the decision is feasible performance indicator
(R,N) → 150*R + 160*N • Compare distributions of outcomes
• Select the best objective function value
max 150*R + 160*N
One of our consultants has to make a decision about the family data plan based on usage and cost.
Her options are:
Alternate Plan:
The major risk in the data plan example is the standard deviation of the actual monthly payment. A
decision-maker may prefer lower values of the standard deviation of monthly payment; however, risk
may be different for different decision makers.
P = 160 + IF (U>20,15*(U-20),0)
Introduction to Simulation
What are the reward and risk measures that describe our new plan?
Simulation is a tool for converting probability distributions of random factors we cannot perfectly
control (data usage) into probability distributions for outcomes we're interested in (monthly
payment).
Use the probability distribution of U as input, run the simulation, to get the probability distribution of
P as the output.
Concept of Simulation
A random instance of the input variable is generated in each step of a simulation. Simulation runs can
be repeated as many times as necessary to generate sample distribution of output values.
Sample distribution can be analyzed to determine estimates for the expected value and standard
deviation. Excel can be used for both running the simulation and for analyzing the result.
Simulation Toolkit
The more simulation runs we conduct, the closer the sample mean and standard deviation will be to
the true value.
For n = 10, the simulation results show a mean of $252.93 and standard deviation of $92.19, whereas
for n = 100, the simulation results show a mean of $220.16 and standard deviation of $58.24.
Longer simulation runs produce more precise estimates for the reward and risk measures.
We create histograms using Histograms from data-analysis tool for columns of data usage as well as
monthly payment. Keep the Chart Output option checked for graphical representation of frequency
of each bin.
The histograms above tell us there is about a 25% chance the payment amount will be exactly $160
under the new plan.
In many settings, simulation is the tool that must be used to gain insights like this into the nature of
future outcomes, and histograms are useful visual complements to simulations.
Use optimization with reward • Large and complex simulations can be run using commercial
as an objective function and software
risk measure as constraints • A compiled list of commercial simulation software is
available at:
http://www.orms-today.org/surveys/Simulation/Simulation.html
Simulation in Practice
The Wireless Data Plan example uses one random input and analyzes one random output. Simulation
can be used in the models with many random inputs and many random outputs.
Examples of successful use of simulations are available (articles published in Interfaces). Analytics
approaches, like simulation and optimization, are often used in combination to form an effective
solution.
If ESI’s daily production exceeds 35 tons, it must sell the extra solvent to a discount retail chain at a
price of €9000 per ton.
If ESI’s daily production falls short of 35 tons, it is penalized €2000 for each ton below 35.
ESI’s total daily profit value (V) = 10000*P - 9500*P - 2000 * (35-P)
= 2500*P - 70000
ESI’s total daily profit value (V) = 10000*35 + 9000 * (P-35) - 9500*P
= - 500*P + 35000
If n = 100 and seed = 123, use the simulation results to answer the following questions:
Answer: