1 System Is a section of reality Composed of components that interact with one another Can be a subsystem Has hypothetical boundaries Can include or input.

Slides:



Advertisements
Similar presentations
McGraw-Hill/Irwin Copyright © 2013 by The McGraw-Hill Companies, Inc. All rights reserved. A PowerPoint Presentation Package to Accompany Applied Statistics.
Advertisements

Chapter 14 Simulation. 2 What Is Simulation?  Simulation: A model of a complex system and the experimental manipulation of the model to observe the results.
Introduction into Simulation Basic Simulation Modeling.
Simulating Single server queuing models. Consider the following sequence of activities that each customer undergoes: 1.Customer arrives 2.Customer waits.
IE 429, Parisay, January 2003 Review of Probability and Statistics: Experiment outcome: constant, random variable Random variable: discrete, continuous.
 1  Outline  Model  problem statement  detailed ARENA model  model technique  Output Analysis.
1 Statistical Inference H Plan: –Discuss statistical methods in simulations –Define concepts and terminology –Traditional approaches: u Hypothesis testing.
Discrete-Event Simulation: A First Course Steve Park and Larry Leemis College of William and Mary.
Steps of a sound simulation study
Chapter 1 What is Simulation?
Chapter 1 What is Simulation?
Introduction to Simulation Modeling Jason R. W. Merrick.
Lab 01 Fundamentals SE 405 Discrete Event Simulation
Basic Simulation Modeling II
Chapter 1 – What Is Simulation?
Chapter 14 Simulation. 2 What Is Simulation?  Simulation: A model of a complex system and the experimental manipulation of the model to observe the results.
ISE 195 Introduction to Industrial Engineering Lecture 2.
Chapter 4 – Modeling Basic Operations and Inputs  Structural modeling: what we’ve done so far ◦ Logical aspects – entities, resources, paths, etc. 
1 Chapter 2 Fundamental Simulation Concepts. Simulation with Arena Fundamental Simulation Concepts C2/2 What We’ll Do... Underlying ideas, methods, and.
Slide 1 of 23 What is Simulation? Last revision June 7, 2003.
1 Definition of System Simulation: The practice of building models to represent existing real-world systems, or hypothetical future systems, and of experimenting.
1 Chapter 2 Fundamental Simulation Concepts Dr. Jason Merrick.
ETM 607 – Discrete Event Simulation Fundamentals Define Discrete Event Simulation. Define concepts (entities, attributes, event list, etc…) Define “world-view”,
Modeling and simulation of systems Model building Slovak University of Technology Faculty of Material Science and Technology in Trnava.
IE 429, Parisay, January 2010 What you need to know from Probability and Statistics: Experiment outcome: constant, random variable Random variable: discrete,
MGS3100_01.ppt/Aug 25, 2015/Page 1 Georgia State University - Confidential MGS 3100 Business Analysis Introduction - Why Business Analysis Aug 25 and 26,
Chapter 2 – Fundamental Simulation ConceptsSlide 1 of 46 Chapter 2 Fundamental Simulation Concepts.
Slide 1 of 46 Fundamental Simulation Concepts Last revision June 7, 2003.
Chapter 2 – Fundamental Simulation ConceptsSlide 1 of 46 Fundamental Simulation Concepts.
Slide 1 of 46 Fundamental Simulation Concepts Chapter 2.
1 CHAPTER 2 Decision Making, Systems, Modeling, and Support.
Simulation with Arena, 4 th ed.Chapter 1 – What Is Simulation?Slide 1 of 23 Chapter 1 What is Simulation? Last revision January 22, 2007.
Chapter 1 – What Is Simulation?Slide 1 of 23 Chapter 1 What is Simulation?
Chap. 5 Building Valid, Credible, and Appropriately Detailed Simulation Models.
CONCEPT OF MIS. Management “Management can be defined as a science of using resources rationally (utilization of resources in judicious manner using appropriate.
Simulation with ArenaChapter 1 – What Is Simulation?Slide 1 of 23 Some Key Elements which Managers Must Cope with in Their Decision Environment Uncertainty/Risk.
Building Simulation Model In this lecture, we are interested in whether a simulation model is accurate representation of the real system. We are interested.
Fall 2011 CSC 446/546 Part 1: Introduction to Simulation.
Software Development Problem Analysis and Specification Design Implementation (Coding) Testing, Execution and Debugging Maintenance.
OPERATING SYSTEMS CS 3530 Summer 2014 Systems and Models Chapter 03.
Regression Analysis1. 2 INTRODUCTION TO EMPIRICAL MODELS LEAST SQUARES ESTIMATION OF THE PARAMETERS PROPERTIES OF THE LEAST SQUARES ESTIMATORS AND ESTIMATION.
COMP155 Computer Simulation September 10, Discrete Event Simulation  discrete event simulation: state variable change only at a discrete set of.
1 Simulation Scenarios. 2 Computer Based Experiments Systematically planning and conducting scientific studies that change experimental variables together.
+ Warm Up Which of these variables are categorical? Which are quantitative?
Programming Logic and Design Fourth Edition, Comprehensive Chapter 14 Event-Driven Programming with Graphical User Interfaces.
Simulation Examples And General Principles Part 2
Building Valid, Credible & Appropriately Detailed Simulation Models
Chapter 1 What is Simulation?. Fall 2001 IMSE643 Industrial Simulation What’s Simulation? Simulation – A broad collection of methods and applications.
Traffic Simulation L2 – Introduction to simulation Ing. Ondřej Přibyl, Ph.D.
Advanced Higher Computing Science
OPERATING SYSTEMS CS 3502 Fall 2017
Pieces of a Simulation Entities
Chapter 1 – What Is Simulation?
ADVANTAGES OF SIMULATION
Chapter 1.
Simulation Department of Industrial Engineering Anadolu University
CPSC 531: System Modeling and Simulation
Basic Simulation Modeling II
Statistical Methods Carey Williamson Department of Computer Science
Chapter 1 – What Is Simulation?
Chapter 1 – What Is Simulation?
Chapter 1 – What Is Simulation?
Chapter 21: Completing the Research Process
Carey Williamson Department of Computer Science University of Calgary
Fundamental Simulation Concepts
Building Valid, Credible, and Appropriately Detailed Simulation Models
MECH 3550 : Simulation & Visualization
Chapter 1 – What Is Simulation?
Chapter 1 – What Is Simulation?
Introduction to Decision Sciences
Presentation transcript:

1 System Is a section of reality Composed of components that interact with one another Can be a subsystem Has hypothetical boundaries Can include or input the external influence (based on the purpose of study) Performs a function Source: Khoshnevis

2 Models Abstraction/simplification of the system used as a proxy for the system itself Can try wide-ranging ideas in the model –Make your mistakes on the computer where they don’t count, rather for real where they do count Issue of model validity Two types of models –Physical (iconic) –Logical/Mathematical — quantitative and logical assumptions, approximations Source: Systems Modeling Co.

3 Advantages of Simulation Flexibility to model things as they are (even if messy and complicated) –Avoid “looking where the light is” (a morality play): Allows uncertainty, nonstationarity in modeling –The only thing that’s for sure: nothing is for sure –Danger of ignoring system variability –Model validity Source: Systems Modeling Co.

4 The Bad News Don’t get exact answers, only approximations, estimates –Also true of many other modern methods –Can bound errors by machine roundoff Get random output (RIRO) from stochastic simulations –Statistical design, analysis of simulation experiments –Exploit: noise control, replicability, sequential sampling, variance-reduction techniques –Catch: “standard” statistical methods seldom work Source: Systems Modeling Co.

5 Remarks on pitfalls Inappropriate levels of complexity Lengthy development time Inherent inexactness of results Misinterpretation of simulation results Other suitable techniques Simulation is an art rather than science Source: Khoshnevis

Example 2: Packing Station with break and carts Refer to handout on web page. Objectives: Relationship of different goals to their simulation model Preparation of input information for model creation Input to and output from simulation software (Arena) Creation of summary tables based on statistical output for final analysis IE 429, Parisay, January 2010

Example 2 Logical Model IE 429, Parisay, January 2010

You should have some idea by now about the answer of these questions. * What is a “queuing system”? * Why is that important to study queuing system? * Why do we have waiting lines? * What are performance measures of a queuing system? * How do we decide if a queuing system needs improvement? * How do we decide on acceptable values for performance measures? * When/why do we perform simulation study? * What are the “input” to a simulation study? * What are the “output” from a simulation study? * How do we use output from a simulation study for practical applications? * How should simulation model match the goal (problem statement) of study? IE 429, Parisay, January 2010

Simulation Terms Entities: “Players” that move around, change status, affect and are affected by other entities Resources: What entities compete for: People, Equipment, Space. Entity seizes a resource, uses it, then releases it. Queues: Place for entities to wait when they can’t move on Attributes: Characteristic of all entities to describe and or differentiate Process: The task being performed with some duration, usually with random length of time