Week 51 Relation between Binomial and Poisson Distributions Binomial distribution Model for number of success in n trails where P(success in any one trail)

Slides:



Advertisements
Similar presentations
Exponential Distribution. = mean interval between consequent events = rate = mean number of counts in the unit interval > 0 X = distance between events.
Advertisements

Random Variable A random variable X is a function that assign a real number, X(ζ), to each outcome ζ in the sample space of a random experiment. Domain.
Continuous Probability Distributions.  Experiments can lead to continuous responses i.e. values that do not have to be whole numbers. For example: height.
Review of Basic Probability and Statistics
Chapter 1 Probability Theory (i) : One Random Variable
Probability Densities
Probability Distributions
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.
Probability and Statistics Review
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.
Probability Distributions Random Variables: Finite and Continuous Distribution Functions Expected value April 3 – 10, 2003.
Week 51 Theorem For g: R  R If X is a discrete random variable then If X is a continuous random variable Proof: We proof it for the discrete case. Let.
Copyright (c) 2004 Brooks/Cole, a division of Thomson Learning, Inc. Chapter 4 Continuous Random Variables and Probability Distributions.
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,
Joint Distribution of two or More Random Variables
Chapter 4. Continuous Probability Distributions
L7.1b Continuous Random Variables CONTINUOUS RANDOM VARIABLES NORMAL DISTRIBUTIONS AD PROBABILITY DISTRIBUTIONS.
JMB Chapter 6 Lecture 3 EGR 252 Spring 2011 Slide 1 Continuous Probability Distributions Many continuous probability distributions, including: Uniform.
Week 41 Continuous Probability Spaces Ω is not countable. Outcomes can be any real number or part of an interval of R, e.g. heights, weights and lifetimes.
Topic 4 - Continuous distributions
Chapter 5 Statistical Models in Simulation
Tch-prob1 Chap 3. Random Variables The outcome of a random experiment need not be a number. However, we are usually interested in some measurement or numeric.
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.
Ch4: 4.3The Normal distribution 4.4The Exponential Distribution.
PROBABILITY & STATISTICAL INFERENCE LECTURE 3 MSc in Computing (Data Analytics)
Statistics for Engineer Week II and Week III: Random Variables and Probability Distribution.
Moment Generating Functions
Poisson Random Variable Provides model for data that represent the number of occurrences of a specified event in a given unit of time X represents the.
Theory of Probability Statistics for Business and Economics.
McGraw-Hill/Irwin Copyright © 2010 by The McGraw-Hill Companies, Inc. All rights reserved. Chapter 6 Continuous Random Variables.
Week 21 Conditional Probability Idea – have performed a chance experiment but don’t know the outcome (ω), but have some partial information (event A) about.
One Random Variable Random Process.
STA347 - week 31 Random Variables Example: We roll a fair die 6 times. Suppose we are interested in the number of 5’s in the 6 rolls. Let X = number of.
Generalized Semi- Markov Processes (GSMP). Summary Some Definitions The Poisson Process Properties of the Poisson Process  Interarrival times  Memoryless.
Random Variables Presentation 6.. Random Variables A random variable assigns a number (or symbol) to each outcome of a random circumstance. A random variable.
MATH 4030 – 4B CONTINUOUS RANDOM VARIABLES Density Function PDF and CDF Mean and Variance Uniform Distribution Normal Distribution.
Chapter 01 Probability and Stochastic Processes References: Wolff, Stochastic Modeling and the Theory of Queues, Chapter 1 Altiok, Performance Analysis.
1 3. Random Variables Let ( , F, P) be a probability model for an experiment, and X a function that maps every to a unique point the set of real numbers.
1 3. Random Variables Let ( , F, P) be a probability model for an experiment, and X a function that maps every to a unique point the set of real numbers.
Probability Review-1 Probability Review. Probability Review-2 Probability Theory Mathematical description of relationships or occurrences that cannot.
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.
Random Variable The outcome of an experiment need not be a number, for example, the outcome when a coin is tossed can be 'heads' or 'tails'. However, we.
Topic 3 - Discrete distributions Basics of discrete distributions - pages Mean and variance of a discrete distribution - pages ,
CONTINUOUS RANDOM VARIABLES
Random Variables Example:
Chapter 6: Continuous Probability Distributions A visual comparison.
1 7.5 CONTINUOUS RANDOM VARIABLES Continuous data occur when the variable of interest can take on anyone of an infinite number of values over some interval.
Engineering Probability and Statistics - SE-205 -Chap 3 By S. O. Duffuaa.
Chapter 6: Continuous Probability Distributions A visual comparison.
Chapter 4 Continuous Random Variables and Probability Distributions  Probability Density Functions.2 - Cumulative Distribution Functions and E Expected.
Chap 5-1 Chapter 5 Discrete Random Variables and Probability Distributions Statistics for Business and Economics 6 th Edition.
Random Variables By: 1.
Week 61 Poisson Processes Model for times of occurrences (“arrivals”) of rare phenomena where λ – average number of arrivals per time period. X – number.
4-1 Continuous Random Variables 4-2 Probability Distributions and Probability Density Functions Figure 4-1 Density function of a loading on a long,
3. Random Variables (Fig.3.1)
Probability Distributions: a review
Chapter 4 Continuous Random Variables and Probability Distributions
The Exponential and Gamma Distributions
Simulation Statistics
CONTINUOUS RANDOM VARIABLES
Multinomial Distribution
Some Discrete Probability Distributions
3. Random Variables Let (, F, P) be a probability model for an experiment, and X a function that maps every to a unique point.
Chapter 3 : Random Variables
Each Distribution for Random Variables Has:
Uniform Probability Distribution
Distribution Function of Random Variables
Presentation transcript:

week 51 Relation between Binomial and Poisson Distributions Binomial distribution Model for number of success in n trails where P(success in any one trail) = p. Poisson distribution is used to model rare occurrences that occur on average at rate λ per time interval. Can think of “rare” occurrence in terms of p  0 and n  ∞. Take these limits so that λ = np. So we have that

week 52 Continuous Probability Spaces Ω is not countable. Outcomes can be any real number or part of an interval of R, e.g. heights, weights and lifetimes. Can not assign probabilities to each outcome and add them for events. Define Ω as an interval that is a subset of R. F – the event space elements are formed by taking a (countable) number of intersections, unions and complements of sub-intervals of Ω. Example: Ω = [0,1] and F = {A = [0,1/2), B = [1/2, 1], Φ, Ω}

week 53 How to define P ? Idea - P should be weighted by the length of the intervals. - must have P(Ω) = 1 - assign 0 probability to intervals not of interest. For Ω the real line, define P by a (cumulative) distribution function as follows: F(x) = P((- ∞, x]). Distribution functions (cdf) are usually discussed in terms of random variables.

week 54 Recalls

week 55 Cdf for Continuous Probability Space For continuous probability space, the probability of any unique outcome is 0. Because, P({ω}) = P((ω, ω]) = F(ω) - F(ω) = 0. The intervals (a, b), [a, b), (a, b], [a, b] all have the same probability in continuous probability space. Generally speaking, –discrete random variable have cdfs that are step functions. –continuous random variables have continuous cdfs.

week 56 Examples (a) X is a random variable with a uniform[0,1] distribution. The probability of any sub-interval of [0,1] is proportional to the interval’s length. The cdf of X is given by: (b) Uniform[a, b] distribution, b > a. The cdf of X is given by:

week 57 Formal Definition of continuous random variable A random variable X is continuous if its distribution function may be written in the form for some non-negative function f. f X (x)is the (Probability) Density Function of X. Examples are in the next few slides….

week 58 The Uniform distribution (a) X has a uniform[0,1] distribution. The pdf of X is given by: (b) Uniform[a, b] distribution, b > a. The pdf of X is given by:

week 59 Facts and Properties of Pdf If X is a continuous random variable with a well-behaved cdf F then Properties of Probability Density Function (pdf) Any function satisfying these two properties is a probability density function (pdf) for some random variable X. Note: f X (x) does not give a probability. For continuous random variable X with density f

week 510 The Exponential Distribution A random variable X that counts the waiting time for rare phenomena has Exponential(λ) distribution. The parameter of the distribution λ = average number of occurrences per unit of time (space etc.). The pdf of X is given by: Questions: Is this a valid pdf? What is the cdf of X? Note: The textbook uses different parameterization λ = 1/θ. Memoryless property of exponential random variable:

week 511 The Gamma distribution A random variable X is said to have a gamma distribution with parameters α > 0 and λ > 0 if and only if the density function of X is where Note: the quantity г(α) is known as the gamma function. It has the following properties: –г(1) = 1 –г(α + 1) = α г(α) –г(n) = (n – 1)! if n is an integer.

week 512 The Beta Distribution A random variable X is said to have a beta distribution with parameters α > 0 and β > 0 if and only if the density function of X is

week 513 The Normal Distribution A random variable X is said to have a normal distribution if and only if, for σ > 0 and -∞ < μ < ∞, the density function of X is The normal distribution is a symmetric distribution and has two parameters μ and σ. A very famous normal distribution is the Standard Normal distribution with parameters μ = 0 and σ = 1. Probabilities under the standard normal density curve can be done using Table III on 574 in the text book. Example:

week 514 Example Kerosene tank holds 200 gallons; The model for X the weekly demand is given by the following density function Check if this is a valid pdf. Find the cdf of X.

week 515 Summary of Discrete vs. Continuous Probability Spaces All probability spaces have 3 ingredients: (Ω, F, P)