Probability distribution Dr. Deshi Ye College of Computer Science, Zhejiang University

Slides:



Advertisements
Similar presentations
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.
Advertisements

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.
probability distributions
1 Set #3: Discrete Probability Functions Define: Random Variable – numerical measure of the outcome of a probability experiment Value determined by chance.
Prof. Bart Selman Module Probability --- Part d)
Probability Distributions
THE POISSON RANDOM VARIABLE. POISSON DISTRIBUTION ASSUMPTIONS Can be used to model situations where: –No two events occur simultaneously –The probabilities.
Discrete Probability Distributions
BCOR 1020 Business Statistics Lecture 11 – February 21, 2008.
Class notes for ISE 201 San Jose State University
McGraw-Hill Ryerson Copyright © 2011 McGraw-Hill Ryerson Limited. Adapted by Peter Au, George Brown College.
Discrete Probability Distributions Binomial Distribution Poisson Distribution Hypergeometric Distribution.
4-1 Continuous Random Variables 4-2 Probability Distributions and Probability Density Functions Figure 4-1 Density function of a loading on a long,
© 2010 Pearson Education Inc.Goldstein/Schneider/Lay/Asmar, CALCULUS AND ITS APPLICATIONS, 12e – Slide 1 of 15 Chapter 12 Probability and Calculus.
Distributions Dr. Omar Al Jadaan Assistant Professor – Computer Science & Mathematics.
McGraw-Hill/IrwinCopyright © 2009 by The McGraw-Hill Companies, Inc. All Rights Reserved. Chapter 4 and 5 Probability and Discrete Random Variables.
McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies, Inc. All rights reserved. Discrete Random Variables Chapter 4.
1 Ch5. Probability Densities Dr. Deshi Ye
CA200 Quantitative Analysis for Business Decisions.
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.
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.
Chapter 5 Discrete Random Variables Statistics for Business 1.
Probabilistic and Statistical Techniques 1 Lecture 19 Eng. Ismail Zakaria El Daour 2010.
Lecture 19 Nov10, 2010 Discrete event simulation (Ross) discrete and continuous distributions computationally generating random variable following various.
JMB Chapter 5 Part 2 EGR Spring 2011 Slide 1 Multinomial Experiments  What if there are more than 2 possible outcomes? (e.g., acceptable, scrap,
Copyright © 2010 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill/Irwin Chapter 5 Discrete Random Variables.
Math 4030 – 4a Discrete Distributions
Definition A random variable is a variable whose value is determined by the outcome of a random experiment/chance situation.
1 Poisson Probability Models The Poisson experiment typically models situations where rare events occur over a fixed amount of time or within a specified.
S2 Chapter 2: Poisson Distribution Dr J Frost Last modified: 20 th September 2015.
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.
Some Common Discrete Random Variables. Binomial Random Variables.
Chapter 4-5 DeGroot & Schervish. Conditional Expectation/Mean Let X and Y be random variables such that the mean of Y exists and is finite. The conditional.
1 Probability and Statistical Inference (9th Edition) Chapter 5 (Part 2/2) Distributions of Functions of Random Variables November 25, 2015.
Chapter 4. Random Variables - 3
THE POISSON DISTRIBUTION
Copyright © Cengage Learning. All rights reserved. 3 Discrete Random Variables and Probability Distributions.
Copyright © Cengage Learning. All rights reserved. 3 Discrete Random Variables and Probability Distributions.
Copyright © 2011 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill/Irwin Chapter 5 Discrete Random Variables.
Computer Performance Modeling Dirk Grunwald Prelude to Jain, Chapter 12 Laws of Large Numbers and The normal distribution.
Chapter 6 Large Random Samples Weiqi Luo ( 骆伟祺 ) School of Data & Computer Science Sun Yat-Sen University :
12.1 Discrete Probability Distributions (Poisson Distribution)
Lesson Poisson Probability Distribution. Objectives Understand when a probability experiment follows a Poisson process Compute probabilities of.
1 5.6 Poisson Distribution and the Poisson Process Some experiments result in counting the numbers of particular events occur in given times or on given.
The Poisson Distribution. The Poisson Distribution may be used as an approximation for a binomial distribution when n is large and p is small enough that.
Theoretical distributions: the other distributions.
Binomial, Poisson and Hypergeometric Distributions
The Poisson probability distribution
Math 4030 – 4a More Discrete Distributions
Poisson Random Variables
Discrete Random Variables
Section 6.3 The Poisson Probability Distribution
Probability Distributions: a review
Random variables (r.v.) Random variable
Chapter 5 Review MDM 4U Gary Greer.
Unit 12 Poisson Distribution
Multinomial Experiments
Discrete Random Variables
Probability distributions
Multinomial Experiments
STATISTICAL MODELS.
Some Discrete Probability Distributions Part 2
Some Discrete Probability Distributions Part 2
Multinomial Experiments
Multinomial Experiments
Theorem 5.3: The mean and the variance of the hypergeometric distribution h(x;N,n,K) are:  = 2 = Example 5.10: In Example 5.9, find the expected value.
Multinomial Experiments
Multinomial Experiments
Multinomial Experiments
Presentation transcript:

Probability distribution Dr. Deshi Ye College of Computer Science, Zhejiang University

Outline  Chebyshev’s Theorem  The Poisson distribution & process  The Geometric Distribution  The Multinomial distribution  Simulation

4.5 Chebyshev’s theorem  EX. The number of customers who visit a car dealer’s showroom on a Saturday morning is a random variable with mean 18 and standard variance 2.5.  Question: What probability can we assert that there will be more than 8 but fewer than 28 customers?

Chebyshev’s theorem  Theorem 4.1. If a probability distribution has mean and standard deviation, the probability of getting a value which deviates from by at least is at most Symbolically

Proof. Since

Corollary

EX  The number of customers who visit a car dealer’s showroom on a Saturday morning is a random variable with mean 18 and standard variance 2.5.  Question: What probability can we assert that there will be more than 8 but fewer than 28 customers?

Solution of EX  Let X be the number of customers. Hence k = 4

4.6 Poisson Distribution  Poisson distribution: often serves as a model for counts which do not have a natural upper bound.  Poisson distribution

Comparing Poisson and binomial  It is known that 5% of the books bound at a certain bindery have defective bindings. Find the probability that 2 of 100 books bound by this bindery will have defective bindings using  A) the formula for the binomial distribution  B) the Poisson approximation to the binomial distribution

Solution  A) x=2, n=100, p=0.05 hence  B) x=2, for the Poisson distribution, we

Poisson approximation to binomial distribution EX: P129

Poisson distribution  Mean and variance of Poisson distribution Proof.

4.7 Poisson Processes  On average 0.3 customer/min at a cafeteria,  Question: then what is the probability that 3 customers will arrive in 5- minute span?

Random process  Random process: is a physical process that is wholly or in part controlled by some sort of chance mechanism.  Characterize: time dependence, certain events do or do not take place at regular intervals of time or throughout continuous intervals of time.

 Goal: find the probability of x success during a time interval of length T.  Divide T into n equal parts of length ∆t T=n ∆t 1) The prob. of a success during a very small interval ∆t is given by a∆t 2) The prob. of more than one success during a small time interval ∆t is negligible. 3) The prob. of a success during such a time interval does not depend on what happen prior to that time.

By Poisson probability  When n is large enough the probability of x success during the time interval T is given the corresponding Poisson distribution with the parameter

Solution of EX  Solution: Consequently

4.8 The Geometric Distribution  Suppose that a sequence of trials we are interested in the number of the trials on which the first success occurs.  Geometric distribution

Mean and variance  Mean of geometric distribution  Variance of geometric distribution

4.9 The multinomial distribution Expansion of

4.10 Simulation  Simulation can be useful tools for finding approximate probabilities for situation in which the actual probabilities are too difficult to calculate.  Approximation will typically be better the more repetitions you perform.

Activities  Divide students into groups such that each group has 3 students and also have 3 cards. 1) 3 cards written their own names. 2) Randomly shuffle 3) Each one pick cards, count number of matches TrialNameWhose nameNumber of matches 1Amy Barb Carol Barb Amy Carol 1

Theoretical analysis  XYZ, ABC, match X->A, Y->B, C->Z ABC ACB BAC BCA CAB CBA Probability /3 ½ 0 1/6

4-Person Analysis prob9/248/246/2401/24

Case study  The Coupon Collector’s problem