Chapter 21 Random Variables Discrete: Bernoulli, Binomial, Geometric, Poisson Continuous: Uniform, Exponential, Gamma, Normal Expectation & Variance, Joint.

Slides:



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

Random Variables ECE460 Spring, 2012.
Discrete Uniform Distribution
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.
Discrete Probability Distributions
Review of Basic Probability and Statistics
Chapter 4 Discrete Random Variables and Probability Distributions
Chapter 1 Probability Theory (i) : One Random Variable
Probability Densities
Review.
Discrete Random Variables and Probability Distributions
Probability Distributions
1 Review of Probability Theory [Source: Stanford University]
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.
Continuous Random Variables and Probability Distributions
The Erik Jonsson School of Engineering and Computer Science Chapter 2 pp William J. Pervin The University of Texas at Dallas Richardson, Texas.
Class notes for ISE 201 San Jose State University
Discrete Random Variables and 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)
CIS 2033 based on Dekking et al. A Modern Introduction to Probability and Statistics, 2007 Instructor Longin Jan Latecki Chapter 7: Expectation and variance.
Prof. SankarReview of Random Process1 Probability Sample Space (S) –Collection of all possible outcomes of a random experiment Sample Point –Each outcome.
1 Performance Evaluation of Computer Systems By Behzad Akbari Tarbiat Modares University Spring 2009 Introduction to Probabilities: Discrete Random Variables.
Chapter 5 Discrete Random Variables and Probability Distributions ©
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.
McGraw-Hill/Irwin Copyright © 2013 by The McGraw-Hill Companies, Inc. All rights reserved.
DATA ANALYSIS Module Code: CA660 Lecture Block 3.
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.
IRDM WS Chapter 2: Basics from Probability Theory and Statistics 2.1 Probability Theory Events, Probabilities, Random Variables, Distributions,
Winter 2006EE384x1 Review of Probability Theory Review Session 1 EE384X.
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.
Statistics for Engineer Week II and Week III: Random Variables and Probability Distribution.
CHAPTER 4 Multiple Random Variable
Day 2 Review Chapters 5 – 7 Probability, Random Variables, Sampling Distributions.
CPSC 531: Probability Review1 CPSC 531:Probability & Statistics: Review II Instructor: Anirban Mahanti Office: ICT 745
Continuous Distributions The Uniform distribution from a to b.
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}.
ENGR 610 Applied Statistics Fall Week 3 Marshall University CITE Jack Smith.
Convergence in Distribution
COMP 170 L2 L17: Random Variables and Expectation Page 1.
STA347 - week 51 More on Distribution Function The distribution of a random variable X can be determined directly from its cumulative distribution function.
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.
Chapter 01 Probability and Stochastic Processes References: Wolff, Stochastic Modeling and the Theory of Queues, Chapter 1 Altiok, Performance Analysis.
Stats Probability Theory Summary. The sample Space, S The sample space, S, for a random phenomena is the set of all possible outcomes.
1 Lecture 9: The Poisson Random Variable and its PMF Devore, Ch. 3.6.
Chapter 01 Probability and Stochastic Processes References: Wolff, Stochastic Modeling and the Theory of Queues, Chapter 1 Altiok, Performance Analysis.
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.
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.
Topic 3 - Discrete distributions Basics of discrete distributions - pages Mean and variance of a discrete distribution - pages ,
Random Variables Example:
Continuous Random Variables and Probability Distributions
Engineering Probability and Statistics - SE-205 -Chap 3 By S. O. Duffuaa.
Sums of Random Variables and Long-Term Averages Sums of R.V. ‘s S n = X 1 + X X n of course.
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.
Continuous Distributions
Probability and Statistics for Computer Scientists Second Edition, By: Michael Baron Chapter 3: Discrete Random Variables and Their Distributions CIS.
Random variables (r.v.) Random variable
Engineering Probability and Statistics - SE-205 -Chap 3
Chapter 2 Discrete Random Variables
Chapter 5 Statistical Models in Simulation
Multinomial Distribution
Useful Discrete Random Variable
Chapter 3 : Random Variables
Each Distribution for Random Variables Has:
Continuous Distributions
Presentation transcript:

Chapter 21 Random Variables Discrete: Bernoulli, Binomial, Geometric, Poisson Continuous: Uniform, Exponential, Gamma, Normal Expectation & Variance, Joint Distributions, Moment Generating Functions, Limit Theorems

Chapter 22 Definition of random variable A random variable is a function that assigns a number to each outcome in a sample space. If the set of all possible values of a random variable X is countable, then X is discrete. The distribution of X is described by a probability mass function: Otherwise, X is a continuous random variable if there is a nonnegative function f(x), defined for all real numbers x, such that for any set B, f(x) is called the probability density function of X.

Chapter 23 pmf’s and cdf’s The probability mass function (pmf) for a discrete random variable is positive for at most a countable number of values of X: x 1, x 2, …, and The cumulative distribution function (cdf) for any random variable X is F(x) is a nondecreasing function with For a discrete random variable X,

Chapter 24 Bernoulli Random Variable An experiment has two possible outcomes, called “success” and “failure”: sometimes called a Bernoulli trial The probability of success is p X = 1 if success occurs, X = 0 if failure occurs Then p(0) = P{X = 0} = 1 – p and p(1) = P{X = 1} = p X is a Bernoulli random variable with parameter p.

Chapter 25 Binomial Random Variable A sequence of n independent Bernoulli trials are performed, where the probability of success on each trial is p X is the number of successes Then for i = 0, 1, …, n, where X is a binomial random variable with parameters n and p.

Chapter 26 Geometric Random Variable A sequence of independent Bernoulli trials is performed with p = P(success) X is the number of trials until (including) the first success. Then X may equal 1, 2, … and X is named after the geometric series: Use this to verify that

Chapter 27 Poisson Random Variable X is a Poisson random variable with parameter > 0 if note: X can represent the number of “rare events” that occur during an interval of specified length A Poisson random variable can also approximate a binomial random variable with large n and small p if = np: split the interval into n subintervals, and label the occurrence of an event during a subinterval as “success”.

Chapter 28 Continuous random variables A probability density function (pdf) must satisfy: The cdf is: means that f(a) measures how likely X is to be near a.

Chapter 29 Uniform random variable X is uniformly distributed over an interval (a, b) if its pdf is Then its cdf is: all we know about X is that it takes a value between a and b

Chapter 210 Exponential random variable X has an exponential distribution with parameter > 0 if its pdf is Then its cdf is: This distribution has very special characteristics that we will use often!

Chapter 211 Gamma random variable X has an gamma distribution with parameters > 0 and  > 0 if its pdf is It gets its name from the gamma function If  is an integer, then

Chapter 212 Normal random variable X has a normal distribution with parameters  and   if its pdf is This is the classic “bell-shaped” distribution widely used in statistics. It has the useful characteristic that a linear function Y = aX+b is normally distributed with parameters a  b and (a  . In particular, Z = (X –  )/  has the standard normal distribution with parameters 0 and 1.

Chapter 213 Expectation Expected value (mean) of a random variable is Also called first moment – like moment of inertia of the probability distribution If the experiment is repeated and random variable observed many times, it represents the long run average value of the r.v.

Chapter 214 Expectations of Discrete Random Variables Bernoulli: E[X] = 1(p) + 0(1-p) = p Binomial: E[X] = np Geometric: E[X] = 1/p (by a trick, see text) Poisson: E[X] = the parameter is the expected or average number of “rare events” per interval; the random variable is the number of events in a particular interval chosen at random

Chapter 215 Expectations of Continuous Random Variables Uniform: E[X] = (a + b)/2 Exponential: E[X] = 1/ Gamma: E[X] =  Normal: E[X] =  the first parameter is the expected value: note that its density is symmetric about x =  :

Chapter 216 Expectation of a function of a r.v. First way: If X is a r.v., then Y = g(X) is a r.v.. Find the distribution of Y, then find Second way: If X is a random variable, then for any real- valued function g, If g(X) is a linear function of X:

Chapter 217 Higher-order moments The nth moment of X is E[X n ]: The variance is It is sometimes easier to calculate as

Chapter 218 Variances of Discrete Random Variables Bernoulli: E[X 2 ] = 1(p) + 0(1-p) = p; Var(X) = p – p 2 = p(1-p) Binomial: Var(X) = np(1-p) Geometric: Var(X) = 1/p 2 (similar trick as for E[X]) Poisson: Var(X) = the parameter is also the variance of the number of “rare events” per interval!

Chapter 219 Variances of Continuous Random Variables Uniform: Var(X) = (b - a) 2 /2 Exponential: Var(X) = 1/ Gamma: Var(X) =  2 Normal: Var(X) =  2  the second parameter is the variance

Chapter 220 Jointly Distributed Random Variables See text pages for definitions of joint cdf, pmf, pdf, marginal distributions. Main results that we will use: especially useful with indicator r.v.’s: I A = 1 if A occurs, 0 otherwise

Chapter 221 Independent Random Variables X and Y are independent if This implies that: Also, if X and Y are independent, then for any functions h and g,

Chapter 222 Covariance The covariance of X and Y is: If X and Y are independent then Cov(X,Y) = 0. Properties:

Chapter 223 Variance of a sum of r.v.’s If X 1, X 2, …, X n are independent, then

Chapter 224 Moment generating function The moment generating function of a r.v. X is Its name comes from the fact that Also, if X and Y are independent, then And, there is a one-to-one correspondence between the m.g.f. and the distribution function of a r.v. – this helps to identify distributions with the reproductive property