511 Friday Feb. 23 2001 Math/Stat 511 R. Sharpley Lecture #15: Computer Simulations of Probabilistic Models.

Slides:



Advertisements
Similar presentations
Functions of Random Variables. Method of Distribution Functions X 1,…,X n ~ f(x 1,…,x n ) U=g(X 1,…,X n ) – Want to obtain f U (u) Find values in (x 1,…,x.
Advertisements

Special random variables Chapter 5 Some discrete or continuous probability distributions.
Genetic Statistics Lectures (5) Multiple testing correction and population structure correction.
Lec 18 Nov 12 Probability – definitions and simulation.
Probability Distribution
Review of Basic Probability and Statistics
Descriptive statistics Experiment  Data  Sample Statistics Sample mean Sample variance Normalize sample variance by N-1 Standard deviation goes as square-root.
1 Engineering Computation Part 6. 2 Probability density function.
1 Review of Probability Theory [Source: Stanford University]
CSE 221: Probabilistic Analysis of Computer Systems Topics covered: Statistical inference (Sec. )
Samples vs. Distributions Distributions: Discrete Random Variable Distributions: Continuous Random Variable Another Situation: Sample of Data.
CSE 221: Probabilistic Analysis of Computer Systems Topics covered: Course outline and schedule Introduction Event Algebra (Sec )
CSE 221: Probabilistic Analysis of Computer Systems Topics covered: Statistical inference.
Engineering Probability and Statistics - SE-205 -Chap 3 By S. O. Duffuaa.
A random variable that has the following pmf is said to be a binomial random variable with parameters n, p The Binomial random variable.
Probability Distributions Random Variables: Finite and Continuous A review MAT174, Spring 2004.
Probability Distributions Random Variables: Finite and Continuous Distribution Functions Expected value April 3 – 10, 2003.
The moment generating function of random variable X is given by Moment generating function.
Continuous Random Variables and Probability Distributions
CSE 221: Probabilistic Analysis of Computer Systems Topics covered: Special discrete distributions Sec
511 Friday March 30, 2001 Math/Stat 511 R. Sharpley Lecture #27: a. Verification of the derivation of the gamma random variable b.Begin the standard normal.
Discrete and Continuous Distributions G. V. Narayanan.
Normal and Sampling Distributions A normal distribution is uniquely determined by its mean, , and variance,  2 The random variable Z = (X-  /  is.
General information CSE : Probabilistic Analysis of Computer Systems
Winter 2006EE384x1 Review of Probability Theory Review Session 1 EE384X.
Statistics for Engineer Week II and Week III: Random Variables and Probability Distribution.
Chapter 8 Day 1. The Binomial Setting - Rules 1. Each observations falls under 2 categories we call success/failure (coin, having a child, cards – heart.
MTH 161: Introduction To Statistics
Chapter 14 Monte Carlo Simulation Introduction Find several parameters Parameter follow the specific probability distribution Generate parameter.
Case Study - Relative Risk and Odds Ratio John Snow’s Cholera Investigations.
4.5 Comparing Discrete Probability Distributions.
Modular 11 Ch 7.1 to 7.2 Part I. Ch 7.1 Uniform and Normal Distribution Recall: Discrete random variable probability distribution For a continued random.
1 Chapter 19 Monte Carlo Valuation. 2 Simulation of future stock prices and using these simulated prices to compute the discounted expected payoff of.
Binomial Experiment A binomial experiment (also known as a Bernoulli trial) is a statistical experiment that has the following properties:
Math 22 Introductory Statistics Chapter 8 - The Binomial Probability Distribution.
COMP 170 L2 L17: Random Variables and Expectation Page 1.
Week 21 Conditional Probability Idea – have performed a chance experiment but don’t know the outcome (ω), but have some partial information (event A) about.
Chapter 7 Sampling and Sampling Distributions ©. Simple Random Sample simple random sample Suppose that we want to select a sample of n objects from a.
Lecture 2 Basics of probability in statistical simulation and stochastic programming Leonidas Sakalauskas Institute of Mathematics and Informatics Vilnius,
Math b (Discrete) Random Variables, Binomial Distribution.
Random Sampling Approximations of E(X), p.m.f, and p.d.f.
Continuous Random Variables Lecture 25 Section Mon, Feb 28, 2005.
Probability Refresher COMP5416 Advanced Network Technologies.
The Binomial Distribution
IE 300, Fall 2012 Richard Sowers IESE. 8/30/2012 Goals: Rules of Probability Counting Equally likely Some examples.
Topic 3 - Discrete distributions Basics of discrete distributions - pages Mean and variance of a discrete distribution - pages ,
Basics on Probability Jingrui He 09/11/2007. Coin Flips  You flip a coin Head with probability 0.5  You flip 100 coins How many heads would you expect.
Random Variables Example:
MONTE CARLO ANALYSIS When a system contains elements that exhibit chance in their behavior, the Monte Carlo method of simulation may be applied.
6.2 BINOMIAL PROBABILITIES.  Features  Fixed number of trials (n)  Trials are independent and repeated under identical conditions  Each trial has.
Continuous Random Variables and Probability Distributions
Engineering Probability and Statistics - SE-205 -Chap 3 By S. O. Duffuaa.
Construction Engineering 221 Probability and Statistics Binomial Distributions.
+ Chapter 8 Day 3. + Warm - Up Shelly is a telemarketer selling cookies over the phone. When a customer picks up the phone, she sells cookies 25% of the.
Random Variables Lecture Lecturer : FATEN AL-HUSSAIN.
Chapter 4 Particular Methods for Non- Uniform Random Variables.
Probability and Statistics Dr. Saeid Moloudzadeh Poisson Random Variable 1 Contents Descriptive Statistics Axioms of Probability Combinatorial.
Sampling and Sampling Distributions
Engineering Probability and Statistics - SE-205 -Chap 3
Cumulative distribution functions and expected values
اختر أي شخصية واجعلها تطير!
Probability Review for Financial Engineers
Distributions and expected value
Section 3: Estimating p in a binomial distribution
Additional notes on random variables
Additional notes on random variables
Chapter 3 : Random Variables
Bernoulli Trials Two Possible Outcomes Trials are independent.
The Geometric Distributions
Each Distribution for Random Variables Has:
Presentation transcript:

511 Friday Feb Math/Stat 511 R. Sharpley Lecture #15: Computer Simulations of Probabilistic Models

511 Friday Feb Probabilistic Simulation To perform probabilistic simulations using a Binomial random variable X, we first compute the cumulative distribution for X. In this example, we use 4 independent Bernoulli trials (n=4) with a probability of success p=1/2 on each trial.

511 Friday Feb Probabilistic Simulation To perform probabilistic simulations using a Binomial random variable X, we first compute the cumulative distribution for X. In this example, we use 4 independent Bernoulli trials (n=4) with a probability of success p=1/2 on each trial. We can think of this as stacking the probability mass function.

511 Friday Feb Probabilistic Simulation We then observe that the differences of the heights, which must add to one, partition the y-axis from 0 to 1 proportional to the probabilities.

511 Friday Feb Probabilistic Simulation We then observe that the differences of the heights, which must add to one, partition the y-axis from 0 to 1 proportional to the probabilities.

511 Friday Feb Probabilistic Simulation We then observe that the differences of the heights, which must add to one, partition the y-axis from 0 to 1 proportional to the probabilities. If we use a uniform distribution for [0,1] along the y-axis and take the inverse, we can then ‘pick’ values for X in correct proportion to their probabilities.

511 Friday Feb Probabilistic Simulation We then observe that the differences of the heights, which must add to one, partition the y-axis from 0 to 1 proportional to the probabilities. If we use a uniform distribution for [0,1] along the y-axis and take the inverse, we can then ‘pick’ values for X in correct proportion to their probabilities.

511 Friday Feb Probabilistic Simulation We then observe that the differences of the heights, which must add to one, partition the y-axis from 0 to 1 proportional to the probabilities. If we use a uniform distribution for [0,1] along the y-axis and take the inverse, we can then ‘pick’ values for X in correct proportion to their probabilities.

511 Friday Feb Probabilistic Simulation We then observe that the differences of the heights, which must add to one, partition the y-axis from 0 to 1 proportional to the probabilities. If we use a uniform distribution for [0,1] along the y-axis and take the inverse, we can then ‘pick’ values for X in correct proportion to their probabilities.

511 Friday Feb Probabilistic Simulation compute the cumulative distribution F X for X. This may involve: * *computing the probability mass distribution function f X (x) * *sum (or integrate) f to obtain the cumulative distribution F X (x) use a standard random number generator to produce random numbers between 0 and 1. use the inverse (F X ) -1 of these numbers to obtain values for x. Similar computer simulations can obtained for a general random variable X by performing the following steps: