Useful Discrete Random Variables

Slides:



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

Discrete Uniform Distribution
Probability Distribution
STAT 270 What’s going to be on the quiz and/or the final exam?
Lecture 2 Discrete Random Variables Section
Section 5.7 Suppose X 1, X 2, …, X n is a random sample from a Bernoulli distribution with success probability p. Then Y = X 1 + X 2 + … + X n has a distribution.
CSE 3504: Probabilistic Analysis of Computer Systems Topics covered: Moments and transforms of special distributions (Sec ,4.5.3,4.5.4,4.5.5,4.5.6)
Probability Distributions
1 Review of Probability Theory [Source: Stanford University]
Chapter 3-Normal distribution
Statistics Lecture 11.
P robability Midterm Practice Condition Independence 郭俊利 2009/04/13.
P robability Important Random Variable Independent random variable Mean and variance 郭俊利 2009/03/23.
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 Mass Function Expectation 郭俊利 2009/03/16
CSE 221: Probabilistic Analysis of Computer Systems Topics covered: Special discrete distributions Sec
The Erik Jonsson School of Engineering and Computer Science Chapter 2 pp William J. Pervin The University of Texas at Dallas Richardson, Texas.
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.
Mutually Exclusive: P(not A) = 1- P(A) Complement Rule: P(A and B) = 0 P(A or B) = P(A) + P(B) - P(A and B) General Addition Rule: Conditional Probability:
Class notes for ISE 201 San Jose State University
Stat 321- Day 13. Last Time – Binomial vs. Negative Binomial Binomial random variable P(X=x)=C(n,x)p x (1-p) n-x  X = number of successes in n independent.
Chapter 21 Random Variables Discrete: Bernoulli, Binomial, Geometric, Poisson Continuous: Uniform, Exponential, Gamma, Normal Expectation & Variance, Joint.
CIS 2033 based on Dekking et al. A Modern Introduction to Probability and Statistics, 2007 Instructor Longin Jan Latecki Chapter 7: Expectation and variance.
Chapter 5 Discrete Probability Distribution I. Basic Definitions II. Summary Measures for Discrete Random Variable Expected Value (Mean) Variance and Standard.
CSE 531: Performance Analysis of Systems Lecture 2: Probs & Stats review Anshul Gandhi 1307, CS building
Engineering Statistics ECIV 2305 Chapter 3 DISCRETE PROBABILITY DISTRIBUTIONS  3.1 The Binomial Distribution  3.2 The Geometric Distribution  3.3 The.
CPSC 531: Probability Review1 CPSC 531:Distributions Instructor: Anirban Mahanti Office: ICT Class Location: TRB 101.
Winter 2006EE384x1 Review of Probability Theory Review Session 1 EE384X.
Commonly Used Distributions Andy Wang CIS Computer Systems Performance Analysis.
Further distributions
Statistics for Engineer Week II and Week III: Random Variables and Probability Distribution.
The Binomial Distribution
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.
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}.
Discrete Probability Distributions. Random Variable Random variable is a variable whose value is subject to variations due to chance. A random variable.
Probability & Statistics I IE 254 Summer 1999 Chapter 4  Continuous Random Variables  What is the difference between a discrete & a continuous R.V.?
The Erik Jonsson School of Engineering and Computer Science Chapter 3 pp William J. Pervin The University of Texas at Dallas Richardson, Texas.
Copyright © 2010, 2007, 2004 Pearson Education, Inc. All Rights Reserved. Section 5-5 Poisson Probability Distributions.
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.
IE 300, Fall 2012 Richard Sowers IESE. 8/30/2012 Goals: Rules of Probability Counting Equally likely Some examples.
1 Engineering Statistics - IE 261 Chapter 3 Discrete Random Variables and Probability Distributions URL:
C4: DISCRETE RANDOM VARIABLES CIS 2033 based on Dekking et al. A Modern Introduction to Probability and Statistics Longin Jan Latecki.
Chapter 3 Discrete Random Variables and Probability Distributions  Random Variables.2 - Probability Distributions for Discrete Random Variables.3.
The Erik Jonsson School of Engineering and Computer Science Chapter 4 pp William J. Pervin The University of Texas at Dallas Richardson, Texas.
Engineering Probability and Statistics - SE-205 -Chap 3 By S. O. Duffuaa.
Construction Engineering 221 Probability and Statistics Binomial Distributions.
Chap 5-1 Chapter 5 Discrete Random Variables and Probability Distributions Statistics for Business and Economics 6 th Edition.
2.2 Discrete Random Variables 2.2 Discrete random variables Definition 2.2 –P27 Definition 2.3 –P27.
Random Variables Lecture Lecturer : FATEN AL-HUSSAIN.
Probability and Statistics Dr. Saeid Moloudzadeh Poisson Random Variable 1 Contents Descriptive Statistics Axioms of Probability Combinatorial.
Week 61 Poisson Processes Model for times of occurrences (“arrivals”) of rare phenomena where λ – average number of arrivals per time period. X – number.
Umm Al-Qura University
Math 4030 – 4a More Discrete Distributions
Random Variable 2013.
Engineering Probability and Statistics - SE-205 -Chap 3
STATISTICS AND PROBABILITY IN CIVIL ENGINEERING
ETM 607 – Spreadsheet Simulations
Chapter 5 Statistical Models in Simulation
Chapter 3 Discrete Random Variables and Probability Distributions
Probability & Statistics Probability Theory Mathematical Probability Models Event Relationships Distributions of Random Variables Continuous Random.
Probability Review for Financial Engineers
Discrete Random Variables 2
Some Discrete Probability Distributions
Part 2: Named Discrete Random Variables
Useful Discrete Random Variable
4. Expectation and Variance Joint PMFs
Chapter 3 : Random Variables
Discrete Random Variables: Expectation, Mean and Variance
1/2555 สมศักดิ์ ศิวดำรงพงศ์
Presentation transcript:

Useful Discrete Random Variables Duncan MacFarlane The Erik Jonsson School of Engineering and Computer Science © Duncan L. MacFarlane

PMF of Geometric Random Variables P(x) = px(1-p)(x-1) The Erik Jonsson School of Engineering and Computer Science © Duncan L. MacFarlane

CDF of the Geometric Distribution P(x) = px(1-p)(x-1) The Erik Jonsson School of Engineering and Computer Science © Duncan L. MacFarlane

PMF of Binomial Random Variable, n=10 (nx)px(1-p) (n-x) The Erik Jonsson School of Engineering and Computer Science © Duncan L. MacFarlane

CDF of the Binomial Distribution (nx)px(1-p) (n-x) The Erik Jonsson School of Engineering and Computer Science © Duncan L. MacFarlane

Poisson Random Variable -- arrival statistics P(x) = αxexp(-α)/x! α=T =(ave arriv/sec)(observ time) The Erik Jonsson School of Engineering and Computer Science © Duncan L. MacFarlane

CDF of the Poisson Distribution αxexp(-α)/x! The Erik Jonsson School of Engineering and Computer Science © Duncan L. MacFarlane

The Erik Jonsson School of Engineering and Computer Science Summary of Results Distribution Formula E[X] Var[X] Bernoulli (1-p) if x=0 Or p if x=1 p p(1-p) geometric px(1-p)(x-1) 1/p (1-p)/p2 binomial (nx)px(1-p) (n-x) np np(1-p) Pascal (x-1k-1)pk(1-p) (x-k) k/p p(1-p)/ p2 Poisson αxexp(-α)/x! α discrete uniform 1/(l-k-1) if x=k…l Or otherwise (k+l)/2 (l-k)(l-k+2)/12 The Erik Jonsson School of Engineering and Computer Science © Duncan L. MacFarlane