Random Variates 2 M. Overstreet Spring 2005

Slides:



Advertisements
Similar presentations
Modeling of Data. Basic Bayes theorem Bayes theorem relates the conditional probabilities of two events A, and B: A might be a hypothesis and B might.
Advertisements

Let X 1, X 2,..., X n be a set of independent random variables having a common distribution, and let E[ X i ] = . then, with probability 1 Strong law.
Outline input analysis input analyzer of ARENA parameter estimation
Probability Theory STAT 312 STAT 312 Dr. Zakeia AlSaiary.
Ch 4 & 5 Important Ideas Sampling Theory. Density Integration for Probability (Ch 4 Sec 1-2) Integral over (a,b) of density is P(a
Review of Basic Probability and Statistics
Random-Variate Generation. Need for Random-Variates We, usually, model uncertainty and unpredictability with statistical distributions Thereby, in order.
Simulation Modeling and Analysis
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.
SUMS OF RANDOM VARIABLES Changfei Chen. Sums of Random Variables Let be a sequence of random variables, and let be their sum:
Probability and Statistics Review
The moment generating function of random variable X is given by Moment generating function.
Continuous Random Variables and Probability Distributions
Propagation of Uncertainty Jake Blanchard Spring 2010 Uncertainty Analysis for Engineers1.
Copyright (c) 2004 Brooks/Cole, a division of Thomson Learning, Inc. Chapter 4 Continuous Random Variables and Probability Distributions.
Approximations to Probability Distributions: Limit Theorems.
1 10. Joint Moments and Joint Characteristic Functions Following section 6, in this section we shall introduce various parameters to compactly represent.
Chapter 21 Random Variables Discrete: Bernoulli, Binomial, Geometric, Poisson Continuous: Uniform, Exponential, Gamma, Normal Expectation & Variance, Joint.
LECTURE UNIT 4.3 Normal Random Variables and Normal Probability Distributions.
CIS 2033 based on Dekking et al. A Modern Introduction to Probability and Statistics, 2007 Instructor Longin Jan Latecki Chapter 7: Expectation and variance.
Review of Probability.
Exponential Distribution & Poisson Process
Random variables Petter Mostad Repetition Sample space, set theory, events, probability Conditional probability, Bayes theorem, independence,
The Poisson Process. A stochastic process { N ( t ), t ≥ 0} is said to be a counting process if N ( t ) represents the total number of “events” that occur.
Chapter 4 Continuous Random Variables and their Probability Distributions The Theoretical Continuous Distributions starring The Rectangular The Normal.
0 Simulation Modeling and Analysis: Input Analysis K. Salah 8 Generating Random Variates Ref: Law & Kelton, Chapter 8.
Chapter 5 Statistical Models in Simulation
1 CS 475/575 Slide Set 6 M. Overstreet Spring 2005.
Further distributions
Section 3.6 Recall that y –1/2 e –y dy =   0 (Multivariable Calculus is required to prove this!)  (1/2) = Perform the following change of variables.
CS433 Modeling and Simulation Lecture 15 Random Number Generator Dr. Anis Koubâa 24 May 2009 Al-Imam Mohammad Ibn Saud Islamic University College Computer.
Chapter 5.6 From DeGroot & Schervish. Uniform Distribution.
7 sum of RVs. 7-1: variance of Z Find the variance of Z = X+Y by using Var(X), Var(Y), and Cov(X,Y)
Review of Probability. Important Topics 1 Random Variables and Probability Distributions 2 Expected Values, Mean, and Variance 3 Two Random Variables.
Sampling and estimation Petter Mostad
Distributions of Functions of Random Variables November 18, 2015
Joint Moments and Joint Characteristic Functions.
Central Limit Theorem Let X 1, X 2, …, X n be n independent, identically distributed random variables with mean  and standard deviation . For large n:
Ver Chapter 5 Continuous Random Variables 1 Probability/Ch5.
Sums of Random Variables and Long-Term Averages Sums of R.V. ‘s S n = X 1 + X X n of course.
EMIS 7300 SYSTEMS ANALYSIS METHODS FALL 2005
Random Variable 2013.
Probability Distributions: a review
Chapter 4 Continuous Random Variables and Probability Distributions
Lecture 3 B Maysaa ELmahi.
Poisson Distribution.
ASV Chapters 1 - Sample Spaces and Probabilities
The Exponential and Gamma Distributions
Chapter 4 Continuous Random Variables and Probability Distributions
Cumulative distribution functions and expected values
Probability for Machine Learning
Pertemuan ke-7 s/d ke-10 (minggu ke-4 dan ke-5)
Flood Frequency Analysis
Project Management Simulation, U-Distribution
The distribution function F(x)
Chapter 7: Sampling Distributions
3.1 Expectation Expectation Example
Multinomial Distribution
Using the Input Analyzer
Monte Carol Integration
Random-Variate Generation
Probability Review for Financial Engineers
GENERATING NON-UNIFORM RANDOM DEVIATES
GENERATING NON-UNIFORM RANDOM DEVIATES
Lecture 5 b Faten alamri.
CS723 - Probability and Stochastic Processes
3.0 Functions of One Random Variable
Introduction to Probability: Solutions for Quizzes 4 and 5
Uniform Probability Distribution
Continuous Random Variables: Basics
Presentation transcript:

Random Variates 2 M. Overstreet Spring 2005 CS 475/575 Slide Set 7 Random Variates 2 M. Overstreet Spring 2005

Uniform distribution pdf cdf When x=a, F(x)=0, and C=(-a)/(b-a), so F(x) = (x-a)/(b-a) so r=(x-a)/(b-a) or x=r(b-a)+a where r is U(0,1)

Exponential distribution - 1 Assumptions: 1. The probability that an event occurs during is 2. is constant and independent of t. 3. The probability that more than one event occurs in approaches 0 as

Exponential dist. - 2 If X is the length of time between successive events then X is said to have an exponential distribution and its PDF is The CDF is

more exp.

even more exp. Note that since F is expressible in closed form (that is, ), we can find : Since (1-r) is identically distributed to r, we use

Normal Recall: Cannot use inverse CDF technique since we have not closed form representation, but do have at least 2 techniques.

Normal - technique 1 Recall central limit theorem: the probability distribution of the sum of N iid random variates with mean  and variance tends toward a normal distribution with mean N and variance /n.

normal - tech 1 cont. Thus if Since for U(a,b),  =(a+b)/2, so pick k=12 to get Problem: not good beyond

Normal - technique 2 Requires generation of normals in pairs: 1. Generate two U(0,1) random variates, 2. Let 3. Let

using Arena to fit distributions see text, pp. 156-163 steps: open Arena from Tools, select Input Analyzer select “File,” “new”, then “use existing” icon. select fit, then “fit all” or a particular distribution