Starting point for generating other distributions.

Slides:



Advertisements
Similar presentations
Special random variables Chapter 5 Some discrete or continuous probability distributions.
Advertisements

Chapter 3 Some Special Distributions Math 6203 Fall 2009 Instructor: Ayona Chatterjee.
Discrete Uniform Distribution
Acknowledgement: Thanks to Professor Pagano
Modeling Process Quality
5.2 Continuous Random Variable
Chapter 8 Random-Variate Generation
Tutorial 10, STAT1301 Fall 2010, 30NOV2010, By Joseph Dong.
Prof. Dr. Ahmed Farouk Abdul Moneim. 1) Uniform Didtribution 2) Poisson’s Distribution 3) Binomial Distribution 4) Geometric Distribution 5) Negative.
Random-Variate Generation. Need for Random-Variates We, usually, model uncertainty and unpredictability with statistical distributions Thereby, in order.
Simulation Modeling and Analysis
Probability Densities
Simulation Modeling and Analysis
Statistics.
A Summary of Random Variable Simulation Ideas for Today and Tomorrow.
A random variable that has the following pmf is said to be a binomial random variable with parameters n, p The Binomial random variable.
2. Random variables  Introduction  Distribution of a random variable  Distribution function properties  Discrete random variables  Point mass  Discrete.
Important Random Variables EE570: Stochastic Processes Dr. Muqaiebl Based on notes of Pillai See also
Discrete Probability Distributions
3-1 Introduction Experiment Random Random experiment.
Class notes for ISE 201 San Jose State University
Multivariate Probability Distributions. Multivariate Random Variables In many settings, we are interested in 2 or more characteristics observed in experiments.
Chapter 21 Random Variables Discrete: Bernoulli, Binomial, Geometric, Poisson Continuous: Uniform, Exponential, Gamma, Normal Expectation & Variance, Joint.
4-1 Continuous Random Variables 4-2 Probability Distributions and Probability Density Functions Figure 4-1 Density function of a loading on a long,
Probability Distribution
A Review of Probability Models
Standard Statistical Distributions Most elementary statistical books provide a survey of commonly used statistical distributions. The reason we study these.
JMB Ch6 Lecture 3 revised 2 EGR 252 Fall 2011 Slide 1 Continuous Probability Distributions Many continuous probability distributions, including: Uniform.
CPSC 531: Probability Review1 CPSC 531:Distributions Instructor: Anirban Mahanti Office: ICT Class Location: TRB 101.
Chapter 5 Statistical Models in Simulation
Random Variables & Probability Distributions Outcomes of experiments are, in part, random E.g. Let X 7 be the gender of the 7 th randomly selected student.
Modeling and Simulation CS 313
Commonly Used Distributions Andy Wang CIS Computer Systems Performance Analysis.
What is a probability distribution? It is the set of probabilities on a sample space or set of outcomes.
Random Variables and Stochastic Processes –
The Negative Binomial Distribution An experiment is called a negative binomial experiment if it satisfies the following conditions: 1.The experiment of.
Using Probability and Discrete Probability Distributions
Copyright © 2009 Pearson Education, Inc. Chapter 17 Probability Models.
More Continuous Distributions
Copyright © 2010 Pearson Addison-Wesley. All rights reserved. Chapter 6 Some Continuous Probability Distributions.
קורס סימולציה ד " ר אמנון גונן 1 ההתפלגויות ב ARENA Summary of Arena’s Probability Distributions Distribution Parameter Values Beta BETA Beta, Alpha Continuous.
Pemodelan Kualitas Proses Kode Matakuliah: I0092 – Statistik Pengendalian Kualitas Pertemuan : 2.
The Triangle of Statistical Inference: Likelihoood Data Scientific Model Probability Model Inference.
4-1 Continuous Random Variables 4-2 Probability Distributions and Probability Density Functions Figure 4-1 Density function of a loading on a long,
Stats Probability Theory Summary. The sample Space, S The sample space, S, for a random phenomena is the set of all possible outcomes.
Probability Refresher COMP5416 Advanced Network Technologies.
Expectation. Let X denote a discrete random variable with probability function p(x) (probability density function f(x) if X is continuous) then the expected.
Exam 2: Rules Section 2.1 Bring a cheat sheet. One page 2 sides. Bring a calculator. Bring your book to use the tables in the back.
Learning Simio Chapter 10 Analyzing Input Data
Chapter 8 Random-Variate Generation Banks, Carson, Nelson & Nicol Discrete-Event System Simulation.
4.3 More Discrete Probability Distributions NOTES Coach Bridges.
Chapter 4 Continuous Random Variables and Probability Distributions  Probability Density Functions.2 - Cumulative Distribution Functions and E Expected.
Chapter 31Introduction to Statistical Quality Control, 7th Edition by Douglas C. Montgomery. Copyright (c) 2012 John Wiley & Sons, Inc.
Copyright © 2011 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill/Irwin Chapter 5 Discrete Random Variables.
Probability Generating Functions Suppose a RV X can take on values in the set of non-negative integers: {0, 1, 2, …}. Definition: The probability generating.
3.1 Statistical Distributions. Random Variable Observation = Variable Outcome = Random Variable Examples: – Weight/Size of animals – Animal surveys: detection.
Construction Engineering 221 Probability and Statistics Binomial Distributions.
Nonlinear function minimization (review). Newton’s minimization method Ecological detective p. 267 Isaac Newton We want to find the minimum value of f(x)
Additional Topics in Probability
Introduction to Probability - III John Rundle Econophysics PHYS 250
4-1 Continuous Random Variables 4-2 Probability Distributions and Probability Density Functions Figure 4-1 Density function of a loading on a long,
Review of Probability Theory
Statistical Modelling
Chapter 7: Sampling Distributions
Multinomial Distribution
Continuous distributions
Chapter 3 : Random Variables
Bernoulli Trials Two Possible Outcomes Trials are independent.
Berlin Chen Department of Computer Science & Information Engineering
Each Distribution for Random Variables Has:
Presentation transcript:

Starting point for generating other distributions

Normal Distribution Commonly used – processes where many random variables are added results in normal distribution

Lognormal Distribution Perhaps not as commonly recognized or used as the normal distribution, but often more appropriate. Processes where many random variables are multiplied results in lognormal distribution. Note that most differential equations result from sequential multiplication of rates, so this is often the result.

Exponential Distribution Lifetime of objects with constant hazard rate Times between independent events (waiting time)

Gamma and Erlang Distribution Time to complete task when have several independent steps (waiting time) Gamma – more general, Erlang restricted to alpha as a positive integer

Weibul Distribution Also used to generate device lifetimes Can approximate normal, but is restricted to being a positive number

Beta Distribution Very flexible distribution – can approximate almost anything, but with little theoretical basis

Kolmogorov-Smirov Test Expected Observed

Chi-Square Test 0 Successes 1 Success 2 Successes Observed1253 Expected1055 ∑{[(O-E)^2]/E}

Bernoulli Trial Basically a “yes”/”no” outcome Parameter is p – probability of “yes” In this example, p= YesNo

Multinomial Multiple categorical outcomes Parameters are p for each category Age 0Age 1Age

Binomial Distribution Number of success in t independent trials

Geometric Distribution Number of failures before a success Number of items examined before a defect found

Negative Binomial Distribution Often describes number of animals in a quadrat, particularly when animals are clustered, as might happen for schooling animals, or animals with patchy habitats

Poisson Distribution Occurrence of rare events Note that the variance=mean for this distribution

Generating Random Observations Based on Transformation of U(0,1) Inversion of distribution function Special relationship between distributions e.g., convolution Acceptance-rejection methods

Transformation of U(0,1) to get exponential

Box-Mueller method for generating normal Exponentiate normal to get lognormal Erlang – sum of m exponential distributions

Rejection Method