Modeling 2 Flashcards
Decision Analysis - Payoff Table
Matrix made up of:
- rows (decisions)
- columns (payoffs)
- outcomes (states of nature - beyond control)
- probabilities (what’s the chance - a reasonable estimate - that outcome will occur) - payoff tables can be with or without probabilities
Simple Decision Model - without probability
- Maximin - Determine Min of all the possible payoffs and find the max of those - conservative
- Maximax - determine max of all the possible payoffs and find the max of those - aggressive
Simple Decision Model - with probability
- EMV (expected monetary value) - sumproduct(outcomes, $probabilities$) - highest of those is optimal decision - NOT the profit, it’s the average…doesn’t guarantee the best outcome, it’s the most rational outcome
Sensitivity Analysis
How much leeway to change input until output will change?
Decision Tree
Link cells from input to create tree
- don’t overwrite number is blue (macros)
- lock cells for probability (if you’re going to be copying branches)
- optimal decision is labeled “true”
Decision Making Elements
- Set of decisions available to decision-maker
- Set of possible outcomes and the probabilities of these outcomes
- A value model that prescribes results - usually monetary values - for the various combinations and decisions
SciTools Example
Decisions available: 1. submit/don't submit 2. if submit, how much bid? Possible outcomes: 1. don't submit 2. submit $115K - win 3. submit $115K - lose 4. submit $120K - win 5. submit $120K - lose etc. Monetary Value: 1. don't submit - $0 2. submit $115K - win = 115K - money used to prepare bid - money for supplies 3. submit $115K - lose = loss of money used to prepare bid etc. --- Can use payoff table and EMV or decision tree
Decision Tree Sensitivity Analysis - strategy graphs
If the decision lines cross, it’s where the optimal decision will change
Tornado Graph
variable which is most sensitive (in terms of % change in EMV of optimal decision)
Simulation Modeling
- describes a real-life situation
- uncertainty controlled by random number inputs to create the simulation
Basic Simulation Model Parts
- Inputs - probability distribution, random variables, etc.
- Model - logic, randomness
- Outputs - measure performance
Simulation Modeling (Walton Bookstore)
- want to optimize profit in terms of the order quantity
- complete v-lookup table with cum(P)
- complete inputs (revenue, profit, etc.)
- create replications with random numbers
- find stats based on generated outcomes given random numbers
- find optimum using:
1. point estimate - placing the options in the correct cell to see optimal outcome
2. use statistical inference by freezing the numbers and setting up confidence intervals (note: overlap means there is no difference between the variables! they are both optimal or not)
@Risk Basics
Define Distribution - used for special analysis and not creating simulations
Distribution Fitting - takes chi-squared tests and compares it with distributions to find out what type it is
Simulation - perform simulation once you’ve defined the output
Simulation detail statistics - your outputs and what you asked @risk to do - summarized
Simulation Data - actual values (you can copy and paste into spreadsheet to analyze using Stat tools)
Walton Bookstore @Risk
Same as simulation modeling but:
- Demand = riskdiscrete(demand range, probability range)
- Create output on Profit cell
- To run for all possible order quantities, order cell = =risksimtable(range of 5 numbers)
Walton Bookstore #Risk (triangular)
Same as regular @Risk but
Demand = int(risktriang(min, most likely, max)) - this makes it an integer