Probability Distributions: a review

Slides:



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

Exponential Distribution
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.
Discrete Uniform Distribution
Important Random Variables Binomial: S X = { 0,1,2,..., n} Geometric: S X = { 0,1,2,... } Poisson: S X = { 0,1,2,... }
Continuous Random Variables. L. Wang, Department of Statistics University of South Carolina; Slide 2 Continuous Random Variable A continuous random variable.
Statistics Lecture 15. Percentile for Normal Distributions The 100p th percentile of the N( ,  2 ) distribution is  +  (p)  Where  (p) is.
Some standard univariate probability distributions
A random variable that has the following pmf is said to be a binomial random variable with parameters n, p The Binomial random variable.
Some standard univariate probability distributions
Class notes for ISE 201 San Jose State University
Some standard univariate probability distributions
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)
McGraw-Hill Ryerson Copyright © 2011 McGraw-Hill Ryerson Limited. Adapted by Peter Au, George Brown College.
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,
Exponential Distribution & Poisson Process
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.
JMB Chapter 6 Lecture 3 EGR 252 Spring 2011 Slide 1 Continuous Probability Distributions Many continuous probability distributions, including: Uniform.
JMB Ch6 Lecture 3 revised 2 EGR 252 Fall 2011 Slide 1 Continuous Probability Distributions Many continuous probability distributions, including: Uniform.
HAWKES LEARNING SYSTEMS math courseware specialists Copyright © 2010 by Hawkes Learning Systems/Quant Systems, Inc. All rights reserved. Chapter 8 Continuous.
Chapter 5 Statistical Models in Simulation
Distributions Normal distribution Binomial distribution Poisson distribution Chi-square distribution Frequency distribution
Some standard univariate probability distributions Characteristic function, moment generating function, cumulant generating functions Discrete distribution.
Random Variables and Stochastic Processes –
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.
Geometric Distribution
Random Variables. A random variable X is a real valued function defined on the sample space, X : S  R. The set { s  S : X ( s )  [ a, b ] is an event}.
Biostatistics Class 3 Discrete Probability Distributions 2/8/2000.
Copyright © 2010 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill/Irwin Chapter 5 Discrete Random Variables.
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.
Lesson 6 - R Discrete Probability Distributions Review.
Normal approximation of Binomial probabilities. Recall binomial experiment:  Identical trials  Two outcomes: success and failure  Probability for success.
Topic 3 - Discrete distributions Basics of discrete distributions - pages Mean and variance of a discrete distribution - pages ,
Review of Chapter
4.3 More Discrete Probability Distributions NOTES Coach Bridges.
Random Variables Example:
Chapter 4. Random Variables - 3
 Recall your experience when you take an elevator.  Think about usually how long it takes for the elevator to arrive.  Most likely, the experience.
Copyright © 2011 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill/Irwin Chapter 5 Discrete Random Variables.
Chap 5-1 Chapter 5 Discrete Random Variables and Probability Distributions Statistics for Business and Economics 6 th Edition.
Fractiles Given a probability distribution F(x) and a number p, we define a p-fractile x p by the following formulas.
SWBAT: -Calculate probabilities using the geometric distribution -Calculate probabilities using the Poisson distribution Agenda: -Review homework -Notes:
Chapter Five The Binomial Probability Distribution and Related Topics
4-1 Continuous Random Variables 4-2 Probability Distributions and Probability Density Functions Figure 4-1 Density function of a loading on a long,
The Poisson probability distribution
Review of Probability Theory
Math 4030 – 4a More Discrete Distributions
Discrete Random Variables
Engineering Probability and Statistics - SE-205 -Chap 4
The Exponential and Gamma Distributions
Continuous Random Variables
Probability Distributions
Binomial Distribution
Elementary Statistics
Multinomial Distribution
Probability Distributions
LESSON 12: EXPONENTIAL DISTRIBUTION
Probability Review for Financial Engineers
Probability distributions
Some Discrete Probability Distributions
STATISTICAL MODELS.
Dept. of Electrical & Computer engineering
Elementary Statistics
Chapter 3 : Random Variables
Discrete Random Variables: Basics
Discrete Random Variables: Basics
Discrete Random Variables: Basics
Moments of Random Variables
Presentation transcript:

Probability Distributions: a review Focus on Poisson and Exponential Distributions

Studying the patterns… in a stochastic way!

Recall Binomial Distribution Used to calculate the total probability of obtaining x successes from n trials. Probability of success is p. Discrete

Recall Geometric Distribution Used to calculate the probability that x trials are required in order to obtain the first success (or probability of obtaining x-1 failures followed by one success). Discrete

Recall Poisson Distribution Similar to the binomial distribution, this distribution can be used to calculate the probability of obtaining x successes (events) but for situations occurring in a continuum. Discrete

Recall Poisson Distribution Example 1: Number of telephone calls received in a given time interval. Number of telephone calls: discrete Time interval: continuum “events following a Poisson distribution are said to occur randomly in time” Discrete

Recall Poisson Distribution Example 2: Number of stars above certain brightness in a particular area of the sky Number of stars: discrete Area of the sky: continuum Discrete

Recall Poisson Distribution This distribution is the limit of the binomial distribution when the number of trials n approaches infinity and the probability of success p approaches 0 BUT np remains finite. Discrete

Recall Poisson Distribution In a sufficiently small time interval, at most one event (0 or 1) can occur. Discrete

Recall Poisson Distribution Actually, 𝒏𝒑=𝝀 which is the mean (average) number of events in a Poisson distribution. 𝝀 is also the variance. Discrete

Recall Poisson Distribution The probability of obtaining exactly x successes in the given time interval is (the pf): 𝒇 𝒙 =𝑷𝒓 𝑿=𝒙 = 𝒆 −𝝀 𝝀 𝒙 𝒙! Discrete

http://www.boost.org/doc/libs/1_35_0/libs/math/doc/sf_and_dist/graphs/poisson.png

Recall Poisson Distribution Problem 1: A person receives on average 3 e-mail messages per half-hour interval. Assuming that the e-mails are received randomly in time, find the probabilities that in any particular hour 2 messages are received. Let X be the number of e-mails per hour. 𝑷𝒓 𝑿=𝟐 = 𝒆 −𝟔 𝟔 𝟐 𝟐! Discrete

Recall Exponential Distribution This occurs naturally if we consider the distribution of the length of intervals between successive events in a Poisson process. Continuous

Recall Exponential Distribution Or we can interpret it as the distribution of the interval (waiting time) before the first event. Forgetfulness (memorylessness) property! Continuous

http://users.encs.concordia.ca/~jerry/notes/image129.gif

Recall Exponential Distribution Forgetfulness (memorylessness) property: 𝑷𝒓 𝑻>𝒕+𝒔 𝑻>𝒔}=𝑷𝒓{𝑻>𝒕} Where T is exponentially distributed and s is the interval since the occurrence of the last Poisson event. Continuous

Recall Exponential Distribution Recall “events following a Poisson distribution are said to occur randomly in time”. Randomness means that the occurrence of an event is not influenced by the length of time that has elapsed since the occurrence of the last event. The exponential distribution is completely random! Continuous

Recall Exponential Distribution For a positive parameter 𝝀: 𝒇 𝒙 = 𝝀 𝒆 −𝝀𝒙 𝒇𝒐𝒓 𝒙>𝟎 𝟎 𝒇𝒐𝒓 𝒙≤𝟎 The first event occurs in interval [x,x+dx]. Mean = 𝟏 𝝀 Variance = 𝟏 𝝀 𝟐 Continuous

Exponential Distribution http://www.efunda.com/math/distributions/images/ExpDistPlot.gif

Recall Gamma Distribution of order r This is a generalization of the exponential distribution (r=1). This considers the distribution of the interval between every r-th event in a Poisson process (waiting time before the r-th success). Continuous

Remarks For large r, the Gamma distribution tends to the Gaussian (Normal) distribution. The Gaussian (Normal) distribution can also be used to approximate the Poisson distribution when the mean 𝝀 becomes large (e.g., 𝝀≥𝟏𝟎). Continuous