Wednesday After Lunch: Add randomness to the Flowers Model

Slides:



Advertisements
Similar presentations
Random BuiltIn Function in Stella
Advertisements

Chapter 6 Continuous Random Variables and Probability Distributions
Many useful applications, especially in queueing systems, inventory management, and reliability analysis. A connection between discrete time Markov chains.
Exponential Distribution. = mean interval between consequent events = rate = mean number of counts in the unit interval > 0 X = distance between events.
Generating Random Numbers
t distributions t confidence intervals for a population mean  Sample size required to estimate  hypothesis tests for 
Materials for Lecture 11 Chapters 3 and 6 Chapter 16 Section 4.0 and 5.0 Lecture 11 Pseudo Random LHC.xls Lecture 11 Validation Tests.xls Next 4 slides.
Propagation of Error Ch En 475 Unit Operations. Quantifying variables (i.e. answering a question with a number) 1. Directly measure the variable. - referred.
Engineering Probability and Statistics - SE-205 -Chap 4 By S. O. Duffuaa.
Continuous Random Variables and Probability Distributions
FURTHER APPLICATIONS OF INTEGRATION Probability In this section, we will learn about: The application of calculus to probability.
Discrete Event Simulation How to generate RV according to a specified distribution? geometric Poisson etc. Example of a DEVS: repair problem.
CS 351/ IT 351 Modelling and Simulation Technologies Random Variates Dr. Jim Holten.
Descriptive statistics Experiment  Data  Sample Statistics Experiment  Data  Sample Statistics Sample mean Sample mean Sample variance Sample variance.
1 Doing Statistics for Business Doing Statistics for Business Data, Inference, and Decision Making Marilyn K. Pelosi Theresa M. Sandifer Chapter 7 Sampling.
T T07-01 Sample Size Effect – Normal Distribution Purpose Allows the analyst to analyze the effect that sample size has on a sampling distribution.
Continuous Random Variables and Probability Distributions
AP Statistics Section 12.1 A. Now that we have looked at the principles of testing claims, we proceed to practice. We begin by dropping the unrealistic.
The Poisson process and exponentially distributed service time In real life customers don’t arrive at pre-ordained times as specified in the last tutorial…
Comparing Means.  Comparing two means is not very different from comparing two proportions.  This time the parameter of interest is the difference between.
Discrete and Continuous Distributions G. V. Narayanan.
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.
Introduction to Stochastic Models GSLM 54100
4-1 Continuous Random Variables 4-2 Probability Distributions and Probability Density Functions Figure 4-1 Density function of a loading on a long,
Elec471 Embedded Computer Systems Chapter 4, Probability and Statistics By Prof. Tim Johnson, PE Wentworth Institute of Technology Boston, MA Theory and.
Chapter 4 Continuous Random Variables and Probability Distributions
Slide Slide 1 Chapter 6 Normal Probability Distributions 6-1 Overview 6-2 The Standard Normal Distribution 6-3 Applications of Normal Distributions 6-4.
Chapter 4 – Modeling Basic Operations and Inputs  Structural modeling: what we’ve done so far ◦ Logical aspects – entities, resources, paths, etc. 
Continuous Random Variables and Probability Distributions
Continuous Probability Distributions  Continuous Random Variable  A random variable whose space (set of possible values) is an entire interval of numbers.
Statistics for Engineer Week II and Week III: Random Variables and Probability Distribution.
Estimation in Sampling!? Chapter 7 – Statistical Problem Solving in Geography.
Introduction to Engineering Microsoft Excel - 3 Agenda Formulas Excel Function Library.
Variability The goal for variability is to obtain a measure of how spread out the scores are in a distribution. A measure of variability usually accompanies.
40S Applied Math Mr. Knight – Killarney School Slide 1 Unit: Statistics Lesson: ST-3 The Normal Distribution The Normal Distribution Learning Outcome B-4.
Normal Distributions Z Transformations Central Limit Theorem Standard Normal Distribution Z Distribution Table Confidence Intervals Levels of Significance.
1 Statistical Distribution Fitting Dr. Jason Merrick.
The Normal Distribution Chapter 6. Outline 6-1Introduction 6-2Properties of a Normal Distribution 6-3The Standard Normal Distribution 6-4Applications.
Ch 6 Introduction to Formal Statistical Inference
IT College Introduction to Computer Statistical Packages Eng. Heba Hamad 2009.
MEGN 537 – Probabilistic Biomechanics Ch.5 – Determining Distributions and Parameters from Observed Data Anthony J Petrella, PhD.
ETM 607 – Input Modeling General Idea of Input Modeling Data Collection Identifying Distributions Parameter estimation Goodness of Fit tests Selecting.
Propagation of Error Ch En 475 Unit Operations. Quantifying variables (i.e. answering a question with a number) 1. Directly measure the variable. - referred.
5-1 ANSYS, Inc. Proprietary © 2009 ANSYS, Inc. All rights reserved. May 28, 2009 Inventory # Chapter 5 Six Sigma.
LEAST MEAN-SQUARE (LMS) ADAPTIVE FILTERING. Steepest Descent The update rule for SD is where or SD is a deterministic algorithm, in the sense that p and.
Copyright © 2010, 2007, 2004 Pearson Education, Inc. All Rights Reserved. Section 5-5 Poisson Probability Distributions.
Confidence intervals. Estimation and uncertainty Theoretical distributions require input parameters. For example, the weight of male students in NUS follows.
Unit 2 (F): Statistics in Psychological Research: Measures of Central Tendency Mr. Debes A.P. Psychology.
CY1B2 Statistics1 (ii) Poisson distribution The Poisson distribution resembles the binomial distribution if the probability of an accident is very small.
Point Estimates point estimate A point estimate is a single number determined from a sample that is used to estimate the corresponding population parameter.
Continuous Random Variables and Probability Distributions
Statistics Presentation Ch En 475 Unit Operations.
One Function of Two Random Variables
Chapter 8 Single Sample Tests Part II: Introduction to Hypothesis Testing Renee R. Ha, Ph.D. James C. Ha, Ph.D Integrative Statistics for the Social &
Simulation. Types of simulation Discrete-event simulation – Used for modeling of a system as it evolves over time by a representation in which the state.
Computer Simulation Henry C. Co Technology and Operations Management,
4-1 Continuous Random Variables 4-2 Probability Distributions and Probability Density Functions Figure 4-1 Density function of a loading on a long,
Engineering Probability and Statistics - SE-205 -Chap 4
ESTIMATION.
Prepared by Lloyd R. Jaisingh
POPULATION ECOLOGY pp
Probability & Statistics Probability Theory Mathematical Probability Models Event Relationships Distributions of Random Variables Continuous Random.
Lecture 2 – Monte Carlo method in finance
Volume 53, Issue 3, Pages (February 2007)
Statistics 300: Elementary Statistics
Computer Simulation Techniques Generating Pseudo-Random Numbers
Ankit Gupta, Benjamin Hepp, Mustafa Khammash  Cell Systems 
D. Kim, B.J. Debusschere, H.N. Najm  Biophysical Journal 
Simulating Information Delays and their Effect on Oscillations
1/2555 สมศักดิ์ ศิวดำรงพงศ์
Presentation transcript:

Wednesday After Lunch: Add randomness to the Flowers Model Temperature is from a uniform distribution [20 to 30] degrees C. A new value is selected every DT.

Temperature Results for a 10 year simulation, with DT = 0.25 years Optimum Temperature is 25 degrees Intrinsic growth rate (max is 1.2 when 25 degrees)

Flowers Results for a Stochastic Simulation over 40 years Flowered area grows to around 700 acres, lower than before due to wide range of temperatures

Selecting the Properties of the Random Inputs The statistical distribution: Uniform? Normal? Exponential? Poisson? Etc. The parameters for each distribution For example there are 4 parameters for the Random Normal Distribution: min, max, mean, standard deviation, and seed And don’t forget that a new number is selected every DT Suppose DT were extremely small (for numerical accuracy): Would the “high frequency noise” have a significant impact on the system?? If the random number should be held for a longer interval, do we increase DT??

We all have learned DT has no counterpart with the Real World So we need a separate parameter for how long a random number is held before a new value is selected Figure 14.8 on page 175, shows an example of “sampled noise” that is held for a user specified Interval. Then it is removed to make room for the selection of a new value. The length of time to hold each value is the “noise interval” shown in green.

Example of random numbers (uniformly distributed from 20 to 30) selected every 0.25 years and held for 1 year.

Can Randomness change the fundamental pattern of behavior? The Nonlinear function (in green) for predation is often discussed by wildlife experts (for good reason). The graph shows a predation function similar to Type I and Type II functions used in predation studies.

Predator-Prey Dynamics from 1st Model But predators in the wild do not annihilate their prey!! So what should we change in this model??

A type III predation function avoids annihilation This is more realistic behavior, as oscillations will continue in the wild over the centuries. But the oscillations do not dampen out over time. So how should we change This model?

Yes, Randomness can change the fundamental pattern of behavior