IE 429, Parisay, January 2003 Review of Probability and Statistics: Experiment outcome: constant, random variable Random variable: discrete, continuous.

Slides:



Advertisements
Similar presentations
Simulating Single server queuing models. Consider the following sequence of activities that each customer undergoes: 1.Customer arrives 2.Customer waits.
Advertisements

Review of Probability Distributions
Nur Aini Masruroh Queuing Theory. Outlines IntroductionBirth-death processSingle server modelMulti server model.
Queuing Analysis Based on noted from Appendix A of Stallings Operating System text 6/10/20151.
Chap. 20, page 1051 Queuing Theory Arrival process Service process Queue Discipline Method to join queue IE 417, Chap 20, Jan 99.
CSE 221: Probabilistic Analysis of Computer Systems Topics covered: Simple queuing models (Sec )
Chapter 13 Queuing Theory
OS Fall ’ 02 Performance Evaluation Operating Systems Fall 2002.
Queuing and Transportation
Descriptive statistics Experiment  Data  Sample Statistics Experiment  Data  Sample Statistics Sample mean Sample mean Sample variance Sample variance.
Performance Evaluation
Simulating Single server queuing models. Consider the following sequence of activities that each customer undergoes: 1.Customer arrives 2.Customer waits.
Queuing Analysis Based on noted from Appendix A of Stallings Operating System text 6/28/20151.
Queuing. Elements of Waiting Lines  Population –Source of customers Infinite or finite.
7/3/2015© 2007 Raymond P. Jefferis III1 Queuing Systems.
Lecture 4 Mathematical and Statistical Models in Simulation.
WINTER 2012IE 368. FACILITY DESIGN AND OPERATIONS MANAGEMENT 1 IE 368: FACILITY DESIGN AND OPERATIONS MANAGEMENT Lecture Notes #3 Production System Design.

Graduate Program in Engineering and Technology Management
Queuing Theory (Waiting Line Models)
Simulation Output Analysis
Spreadsheet Modeling & Decision Analysis
Copyright ©: Nahrstedt, Angrave, Abdelzaher, Caccamo1 Queueing Systems.
Chapter 5 Statistical Models in Simulation
Probability Review Thinh Nguyen. Probability Theory Review Sample space Bayes’ Rule Independence Expectation Distributions.
Modeling and Simulation CS 313
Statistics for Engineer Week II and Week III: Random Variables and Probability Distribution.
1 Chapter 2 Fundamental Simulation Concepts Dr. Jason Merrick.
Structure of a Waiting Line System Queuing theory is the study of waiting lines Four characteristics of a queuing system: –The manner in which customers.
Entities and Objects The major components in a model are entities, entity types are implemented as Java classes The active entities have a life of their.
IE 429, Parisay, January 2010 What you need to know from Probability and Statistics: Experiment outcome: constant, random variable Random variable: discrete,
1 Chapters 8 Overview of Queuing Analysis. Chapter 8 Overview of Queuing Analysis 2 Projected vs. Actual Response Time.
Slide 1 of 46 Fundamental Simulation Concepts Last revision June 7, 2003.
Slide 1 of 46 Fundamental Simulation Concepts Chapter 2.
Traffic Flow Fundamentals
Math b (Discrete) Random Variables, Binomial Distribution.
ETM 607 – Output Analysis: Estimation of Relative Performance Output comparison between two or more alternative systems Common Random Numbers (CRN) Comparison.
Structure of a Waiting Line System Queuing theory is the study of waiting lines Four characteristics of a queuing system: –The manner in which customers.
Chapter 6 Queueing Models
Discrete Event Simulation
Copyright ©: Nahrstedt, Angrave, Abdelzaher, Caccamo1 Queueing Systems.
Waiting Line Theory Akhid Yulianto, SE, MSc (log).
Chap 2 Network Analysis and Queueing Theory 1. Two approaches to network design 1- “Build first, worry later” approach - More ad hoc, less systematic.
Queuing Models.
1 BIS 3106: Business Process Management (BPM) Lecture Nine: Quantitative Process Analysis (2) Makerere University School of Computing and Informatics Technology.
Managerial Decision Making Chapter 13 Queuing Models.
Statistics and probability Dr. Khaled Ismael Almghari Phone No:
Statistical Modelling
Random Variable 2013.
Prepared by Lloyd R. Jaisingh
Math a Discrete Random Variables
ETM 607 – Spreadsheet Simulations
McGraw-Hill/Irwin ©2009 The McGraw-Hill Companies, All Rights Reserved
Queuing Models Economic Analyses.
Queueing Theory What is a queue? Examples of queues:
B.Ramamurthy Appendix A
Demo on Queuing Concepts
AP Statistics: Chapter 7
Birth-Death Process Birth – arrival of a customer to the system
Queuing Systems Don Sutton.
Probability & Statistics Probability Theory Mathematical Probability Models Event Relationships Distributions of Random Variables Continuous Random.
Variability 8/24/04 Paul A. Jensen
مهندسی مجدد فرآیندهای تجاری
Mitchell Jareo MAT4340 – Operations Research Dr. Bauldry
Model Antrian M/G/1.
Discrete Event “Hand” Simulation of a GI/GI/1 Queue
Model Antrian M/M/s.
Waiting Line Models Waiting takes place in virtually every productive process or service. Since the time spent by people and things waiting in line is.
1/2555 สมศักดิ์ ศิวดำรงพงศ์
PROBABILITY AND STATISTICS
Presentation transcript:

IE 429, Parisay, January 2003 Review of Probability and Statistics: Experiment outcome: constant, random variable Random variable: discrete, continuous Sampling: size, randomness, replication Data summary: mean, variance (standard deviation), median, mode Histogram: how to draw, effect of cell size Probability distribution: how to draw, mass function, density function

Review of Probability and Statistics (cont): Relationship of histogram and probability distribution Cumulative probability function: discrete and continuous Standard distributions: parameters, other specifications Read Appendix C and D IE 429, Parisay, January 2003

Review of Queuing Theory : Basic queuing system M/M/1 Simulation of the M/M/1 system Comparison of output from four situations Performance measures for queuing system: server utilization, waiting time in line, waiting time in system, number in line, number in system, max number in line, probability that a customer waits in line more than x unit of time, probability that a customer has to wait, probability that system is empty

4 Analysis Options Educated guessing Queuing theory –Requires additional assumptions about the model –Popular, simple model: M/M/1 queue Interarrival times ~ exponential Service times ~ exponential, indep. of interarrivals E(service) < E(interarrival) Steady-state (long-run, forever) –Problems: validity, estimating means, time frame –Often useful as first-cut approximation Source: Systems Modeling Co.

Lq = average number of customers in line Ls = average number of customers in server L = average number of customers in system Wq = average waiting time in line Ws = average waiting time in server, service time W = average waiting time in system = number of customers being served per unit of time, service rate = number of customers arriving to the system per unit of time, arrival rate = server utilization (traffic intensity)

Analysis of Basic Queuing System 2. Based on the theoretical M/M/1 IE 429, March 99