Computer Simulation A Laboratory to Evaluate “What-if” Questions.

Slides:



Advertisements
Similar presentations
Simulation - An Introduction Simulation:- The technique of imitating the behaviour of some situation or system (economic, military, mechanical, etc.) by.
Advertisements

Modeling and Simulation By Lecturer: Nada Ahmed. Introduction to simulation and Modeling.
Monte Carlo Simulation A technique that helps modelers examine the consequences of continuous risk Most risks in real world generate hundreds of possible.
FIN 685: Risk Management Topic 5: Simulation Larry Schrenk, Instructor.
Copyright Jack H. Arabian 7/28/05 1 COCOMO Process Mapping And Discrete Event Simulation For Defect Costing And Scheduling Estimation Jack H. Arabian.
Chapter 13 Supplement Simulation. A tool used to imitate real phenomenon using a set of mathematical formulas Provides management with an experimental.
Today Today: Chapter 5 Reading: –Chapter 5 (not 5.12) –Suggested problems: 5.1, 5.2, 5.3, 5.15, 5.25, 5.33, 5.38, 5.47, 5.53, 5.62.
CSE 221: Probabilistic Analysis of Computer Systems Topics covered: Confidence intervals.
Simulation.
Descriptive statistics Experiment  Data  Sample Statistics Experiment  Data  Sample Statistics Sample mean Sample mean Sample variance Sample variance.
Random Variables November 23, Discrete Random Variables A random variable is a variable whose value is a numerical outcome of a random phenomenon.
CSE 221: Probabilistic Analysis of Computer Systems Topics covered: Continuous random variables Uniform and Normal distribution (Sec. 3.1, )
Introduction to Simulation. What is simulation? A simulation is the imitation of the operation of a real-world system over time. It involves the generation.
Overview of STAT 270 Ch 1-9 of Devore + Various Applications.
Chapter 14 Simulation. Monte Carlo Process Statistical Analysis of Simulation Results Verification of the Simulation Model Computer Simulation with Excel.
2. Random variables  Introduction  Distribution of a random variable  Distribution function properties  Discrete random variables  Point mass  Discrete.
Descriptive Modelling: Simulation “Simulation is the process of designing a model of a real system and conducting experiments with this model for the purpose.
The Monte Carlo Method: an Introduction Detlev Reiter Research Centre Jülich (FZJ) D Jülich
Continuous Probability Distributions
Lecture II-2: Probability Review
LECTURE UNIT 4.3 Normal Random Variables and Normal Probability Distributions.
L7.1b Continuous Random Variables CONTINUOUS RANDOM VARIABLES NORMAL DISTRIBUTIONS AD PROBABILITY DISTRIBUTIONS.
Engineering Economy, Sixteenth Edition Sullivan | Wicks | Koelling Copyright ©2015, 2012, 2009 by Pearson Education, Inc. All rights reserved. TABLE 12-1.
Chapter 5 Statistical Models in Simulation
Monte Carlo Simulation and Personal Finance Jacob Foley.
Monte Carlo Simulation CWR 6536 Stochastic Subsurface Hydrology.
Simulation Prepared by Amani Salah AL-Saigaly Supervised by Dr. Sana’a Wafa Al-Sayegh University of Palestine.
Chapter 14 Monte Carlo Simulation Introduction Find several parameters Parameter follow the specific probability distribution Generate parameter.
Chapter 10 Introduction to Simulation Modeling Monte Carlo Simulation.
1 OM2, Supplementary Ch. D Simulation ©2010 Cengage Learning. All Rights Reserved. May not be scanned, copied or duplicated, or posted to a publicly accessible.
Modeling and Simulation
Sampling Methods  Sampling refers to how observations are “selected” from a probability distribution when the simulation is run. 1.
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,
Modeling and simulation of systems Model building Slovak University of Technology Faculty of Material Science and Technology in Trnava.
McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies, Inc. All rights reserved. 1 Simulation.
SUPPLEMENT TO CHAPTER NINETEEN Irwin/McGraw-Hill © The McGraw-Hill Companies, Inc., 1999 SIMULATION 19S-1 Chapter 19 Supplement Simulation.
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.
Areas Of Simulation Application
Outline of Chapter 9: Using Simulation to Solve Decision Problems Real world decisions are often too complex to be analyzed effectively using influence.
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 Probabilistic Scenario Analysis (PSA) 2 PSA -History In 1940’s - work on the atomic bomb In the 1950's - used as "what if" scenarios for nuclear proliferation.
Lecture 2 Basics of probability in statistical simulation and stochastic programming Leonidas Sakalauskas Institute of Mathematics and Informatics Vilnius,
Monté Carlo Simulation  Understand the concept of Monté Carlo Simulation  Learn how to use Monté Carlo Simulation to make good decisions  Learn how.
Monte Carlo Process Risk Analysis for Water Resources Planning and Management Institute for Water Resources 2008.
WOOD 492 MODELLING FOR DECISION SUPPORT Lecture 25 Simulation.
§ 5.3 Normal Distributions: Finding Values. Probability and Normal Distributions If a random variable, x, is normally distributed, you can find the probability.
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.
Probability Refresher COMP5416 Advanced Network Technologies.
Simulating Probabilistic Behaviour
Essential Statistics Chapter 91 Introducing Probability.
1 1 Slide Simulation Professor Ahmadi. 2 2 Slide Simulation Chapter Outline n Computer Simulation n Simulation Modeling n Random Variables and Pseudo-Random.
Operations Management
MONTE CARLO ANALYSIS When a system contains elements that exhibit chance in their behavior, the Monte Carlo method of simulation may be applied.
CSE 474 Simulation Modeling | MUSHFIQUR ROUF CSE474:
Simulation Sesi 12 Dosen Pembina: Danang Junaedi IF-UTAMA1.
MAT 4830 Mathematical Modeling 04 Monte Carlo Integrations
SS r SS r This model characterizes how S(t) is changing.
Lecture 3 Types of Probability Distributions Dr Peter Wheale.
System Analysis System – set of interdependent elements that interact in order to accomplish a one or more final outcomes. Constrained and affected by:
Simulation Discrete Variables. What is it? A mathematical model Probabilistic Uses the entire range of possible values of a variable in the model.
Ka-fu Wong © 2007 ECON1003: Analysis of Economic Data Lesson0-1 Supplement 2: Comparing the two estimators of population variance by simulations.
Chap 5-1 Chapter 5 Discrete Random Variables and Probability Distributions Statistics for Business and Economics 6 th Edition.
Module 9.4 Random Numbers from Various Distributions -MC requires the use of unbiased random numbers.
Computer Simulation Henry C. Co Technology and Operations Management,
Random Variable 2013.
Continuous Random Variables
Monte Carlo Simulation Managing uncertainty in complex environments.
Probability & Statistics Probability Theory Mathematical Probability Models Event Relationships Distributions of Random Variables Continuous Random.
Uniform Probability Distribution
Presentation transcript:

Computer Simulation A Laboratory to Evaluate “What-if” Questions

Nature of Computer Simulation A system is a combination of elements that interact to accomplish an objective. A computer simulation model generates estimates of system performance. An animated simulation allows one to view the system activity in accelerated time. Discrete event simulation is driven by events that occur at certain points in time. Systems are both dynamic and stochastic.

Process of System Simulation Define problem and objectives Collect empirical data to determine probability distributions Begin model development with a process flowchart Verify that the model works as intended Validate that the model predicts system performance based on historical data Run scenarios (What ifs) one at a time under controlled conditions Document and prepare graphic presentations Implementation of results

Monte Carlo Simulation Use random numbers (RN) to generate probabilistic events. Note that RN is uniformly distributed on the interval 0 to 1. Random variable are either discrete or continuous

Generating Discrete Random Variable Days x Prob. p(x) Cum. Prob. F(x) RN Assignment ≤RN< ≤RN< ≤RN<1.0 Example of Lead Time Delay for Order

Generating Continuous Random Variable Uniform Distribution Negative Exponential Distribution Normal Distribution