Building and Running a FTIM n 1. Define the system of interest. Identify the DVs, IRVs, DRVs, and Objective. n 2. Develop an objective function of these.

Slides:



Advertisements
Similar presentations
Chapter 18 If mathematical analysis is too difficult, we can try each possibility out on paper. That way we can find which alternative appears to work.
Advertisements

Mean, Proportion, CLT Bootstrap
Sections 7-1 and 7-2 Review and Preview and Estimating a Population Proportion.
Chapter 10: Simulation Modeling
Sampling Distributions (§ )
Spreadsheet Demonstration New Car Simulation. 2 New car simulation Basic problem  To simulate the profitability of a new model car over a several-year.
Spreadsheet Simulation
Spreadsheet Demonstration
Chapter 8 Estimating Single Population Parameters
Lecture Inference for a population mean when the stdev is unknown; one more example 12.3 Testing a population variance 12.4 Testing a population.
Example 11.1 Simulation with Built-In Excel Tools.
1 Doing Statistics for Business Doing Statistics for Business Data, Inference, and Decision Making Marilyn K. Pelosi Theresa M. Sandifer Chapter 7 Sampling.
Estimating a Population Proportion
7-2 Estimating a Population Proportion
Experimental Evaluation
Inferences About Process Quality
1 BA 555 Practical Business Analysis Review of Statistics Confidence Interval Estimation Hypothesis Testing Linear Regression Analysis Introduction Case.
1 1 Slide Chapter 6 Simulation n Advantages and Disadvantages of Using Simulation n Modeling n Random Variables and Pseudo-Random Numbers n Time Increments.
Monté Carlo Simulation MGS 3100 – Chapter 9. Simulation Defined A computer-based model used to run experiments on a real system.  Typically done on a.
Probability Distribution
Chapter 5 Several Discrete Distributions General Objectives: Discrete random variables are used in many practical applications. These random variables.
AM Recitation 2/10/11.
Spreadsheet Demonstration
Statistical inference: confidence intervals and hypothesis testing.
Simulation Output Analysis
STAT 5372: Experimental Statistics Wayne Woodward Office: Office: 143 Heroy Phone: Phone: (214) URL: URL: faculty.smu.edu/waynew.
Example 16.1 Ordering calendars at Walton Bookstore
Chapter 7: The Normal Probability Distribution
 1  Outline  stages and topics in simulation  generation of random variates.
Introduction to Statistical Inferences Inference means making a statement about a population based on an analysis of a random sample taken from the population.
1 Math 10 Part 5 Slides Confidence Intervals © Maurice Geraghty, 2009.
Chapter 5 Statistical Models in Simulation
5-1 Business Statistics: A Decision-Making Approach 8 th Edition Chapter 5 Discrete Probability Distributions.
Copyright © 2010, 2007, 2004 Pearson Education, Inc. Review and Preview This chapter combines the methods of descriptive statistics presented in.
Topic 5 Statistical inference: point and interval estimate
Section Copyright © 2014, 2012, 2010 Pearson Education, Inc. Lecture Slides Elementary Statistics Twelfth Edition and the Triola Statistics Series.
Sections 6-1 and 6-2 Overview Estimating a Population Proportion.
Copyright © 2009 Cengage Learning Chapter 10 Introduction to Estimation ( 추 정 )
Chapter 7 Estimates and Sample Sizes
Random Sampling, Point Estimation and Maximum Likelihood.
Probabilistic and Statistical Techniques 1 Lecture 19 Eng. Ismail Zakaria El Daour 2010.
7 - 1 Chapter 7: Data Analysis for Modeling PowerPoint Slides Prepared By: Alan Olinsky Bryant University Management Science: The Art of Modeling with.
1 Statistical Distribution Fitting Dr. Jason Merrick.
Discrete Distributions The values generated for a random variable must be from a finite distinct set of individual values. For example, based on past observations,
Estimating a Population Proportion
Simulation is the process of studying the behavior of a real system by using a model that replicates the behavior of the system under different scenarios.
1 Chapter 6 Estimates and Sample Sizes 6-1 Estimating a Population Mean: Large Samples / σ Known 6-2 Estimating a Population Mean: Small Samples / σ Unknown.
Sections 7-1 and 7-2 Review and Preview and Estimating a Population Proportion.
Section 10.1 Confidence Intervals
Copyright ©2011 Pearson Education, Inc. publishing as Prentice Hall 5-1 Business Statistics: A Decision-Making Approach 8 th Edition Chapter 5 Discrete.
6.1 Inference for a Single Proportion  Statistical confidence  Confidence intervals  How confidence intervals behave.
Simulation is the process of studying the behavior of a real system by using a model that replicates the system under different scenarios. A simulation.
Computer Simulation. The Essence of Computer Simulation A stochastic system is a system that evolves over time according to one or more probability distributions.
Estimating a Population Mean:  Known
Simulation Chapter 16 of Quantitative Methods for Business, by Anderson, Sweeney and Williams Read sections 16.1, 16.2, 16.3, 16.4, and Appendix 16.1.
Chapter 13 Understanding research results: statistical inference.
Copyright (c) 2004 Brooks/Cole, a division of Thomson Learning, Inc. Chapter 7 Inferences Concerning Means.
Confidence Intervals.
Computer Simulation Henry C. Co Technology and Operations Management,
More on Inference.
ESTIMATION.
Sampling Distributions and Estimation
STAT 312 Chapter 7 - Statistical Intervals Based on a Single Sample
Chapter 9: Inferences Involving One Population
This Week Review of estimation and hypothesis testing
Chapter 8: Inference for Proportions
More on Inference.
Introduction to Inference
Introduction to Estimation
Statistical Thinking and Applications
Presentation transcript:

Building and Running a FTIM n 1. Define the system of interest. Identify the DVs, IRVs, DRVs, and Objective. n 2. Develop an objective function of these DVs, IRVs, and DRVs. n 3. For each IRVs, use stat. analysis to determine the appropriate distr. – a formula, or a data table. n 4. Find an inverse of the cdf of each dist. or use EXCEL function or VLOOKUP

building continued... n Based on the formulas developed in steps 2- 4, build a spreadsheet with following sections. – Input parameter area – DV area; – Prob. Distr. area (optional) – Random variates generation and simulation area – Performance measure and summary statistics

An EXAMPLE: n pages (Fresh Foods example)

An Example: Perishable Product Inventory Control Decisions n Step 1: The system of interest: Inventory control system. – Goal: Maximize the expected weekly profit. – DV: Order Quantity -- Q. – IRV: weekly demand -- D. – DRV: an indicator variable for stockout: I=0: No stockout, I=1: Stockout. In this case, this DRV may not be relevant.

Example continued... n Step 2: Develop the weekly profit function. n Step 3 & 4: Determine the distri. for each IRV--D. This is a discrete RV with only 5 possible values => a VLOOKUP table should be used (This step may require some statistical analysis, details to be discussed later). n Step 5: Develop a spreadsheet model according to the guidelines of building an FTIM.

Output Data Analysis n The output of N simulation replications => a data sample with N observations. n SM actually generates the sample data for the performance measure. n Summary Statistics should be presented – mean, standard deviation. – confidence intervals with certain c.l.s – histogram or other distribution related graph

output continued... n Major EXCEL functions that do the job: – =AVERAGE(data range); – =STDEV(data range); – =MIN(data range); =MAX(data range). – =NORMSINV(c.l.) -- returns the z-score for a specific confidence level. – lower limit (upper limit)=mean - (+) NORMSINV(c.l.)*STDEV/SQRT(N)

output continued... n The statistical analysis performed on the output data is valid only when all these replications are independent. n For an FTIM, the Quality of the simulation results depends on the quality of the EXCEL’s 0-1 random number generator (=RAND()). n “=RAND()” has been tested extensively. It is a good random number generator.

Complicating Factors n Lack of independence between consecutive data points => autocorrelation => naïve application of conventional statistical techniques => misleading results. n In a queueing system (VTIM), the customer waiting times tend to have some positive autocorrelation. (due to the queueing discipline such as FCFS).

Complicating Factor continued.. n The monthly profits may also have some positive autocorrelation due to the fact that demand may have that autocorrelation. (Due to the property of input RVs). n Risks of using simulation models: – Statistical inference based on simulated data which do not satisfy the critical assumptions => – Misleading information => – expensive errors in policy. n This issue will be discussed in later section.

How accurate performance measure (expected weekly profit) an SM can generate? n The accuracy is determined by the width of the confidence interval of the performance measure. n The larger the number of replications => the narrower the CI => The more accurate the result is.

Determining the number of replications. n A procedure : – Try an arbitrary number (>=50) of replications. – Calculate s  an estimate for the standard deviation based on the first set of simulation replications (>=50). – For |CI| <=D, we use n=z  2 n 2 s 2  D 2

How to Generate a large number of replications? n Using EXCEL’s recalculate key “F9”. n Using EXCEL’s Copy command. n Using EXCEL’s DATA/TABLE function. n Using EXCEL’s Add-in programs for simulations such or Crystal Ball

“What if” Analysis in SMs n What happens to the performance measure of the system if the value of a DV changes? n It is more tricky than the “what if” analysis in an AM. Because – the difference between the performance measures for different DV values may be due to the randomness of the simulation runs. This is true in particular for the slight differences between the performance of different decisions.

“What if” continued... n “Quick and Dirty” solution: Just increase the number of replications. If the difference is very significant and consistent, then we may make a conclusion. However, this is NOT scientific and reliable. n Use Hypothesis testing to solve this problem. (To be discussed later).

Simulating the Number of Occurrences of Random Events n Occurrences of Random Events: – arrivals of cars to a gas station. – machine breakdowns. – new competitors entering the market. – accidents during the rush hour. – insurance claims during a year. n the number of “events” that occur during some time period => Discrete RV.

What distribution we usually use for this RV? n Poisson Distribution: For a unit time Where x is the number of events occurring in a unit of time and is the mean (average arrival rate per unit time)

For a time period t, we have

Poisson continued... n all non-negative integers. completely characterized by a single parameter, its mean. Its variance is also equal to mean   t can be used to approximate Binomial distribution and can be approximated by normal distribution when certain conditions are met.

How to simulate the Poisson RVs? n Determine the time period in which a certain # of random events occur Determine the mean ( ) n Create a Vlookup table: using EXCEL function: “=POISSON(x, mean, 1). n Use VLOOKUP function to generate the number of event occurrences in one time period.

Poisson Dist. is closely related to Exponential Dist. n Another way of looking at the process of random event occurrences: The interarrival time (TBA) is exponentially distributed if the number of arrivals for a fixed time period has a Poisson distribution. The mean of the TBA is 1/ 

Applications of Poisson Distribution n Market Share Model n Machine Maintenance Model n Waiting-line (queueing) Model

Basic Structure of the Market Share Model n Total market capacity at time 0 is estimated as M. n Several dominant companies and a number of small companies as a single class. n Initial market share distribution is known. n A random change in the market share due to customers randomly switch among the companies, and entering of new or exiting of existing small companies.

Structure continued... n The most difficult part in modeling is to get the switching probability matrix. n Consider an example: – Assume that we have K players where K-1 of them are dominant companies and the Kth player represents all small companies. – S 1, S 2, …, S k : market share dist. at time 0.

Structure continued... n New entries: Poisson Distribution. n Exiters: Certain Chance of exiting for small firms (in %). n Market Share Loss Percentages (Show in the class). n These SLPs can also be random! Some distributions may be selected for these SLPs

Objective of Market Share Model n To forecast the future market share of the company (in particular, Large firms are more interested in this issue). n Start with the initial (current) market share distribution, market share loss %s, and the process of new entries and exiters. n Choose a planning horizon. n Build the Model using EXCEL.

An Example: n Use a flowchart to design the model. n Show the example in class.

FTIM -SMs Applications n Bidding Models n Inventory Models n Project management Models n Details of these models will be discussed in class.