P robability 1 04. Important Random Variable Independent random variable Mean and variance 郭俊利 2009/03/23.

Slides:



Advertisements
Similar presentations
2 Discrete Random Variable. Independence (module 1) A and B are independent iff the knowledge that B has occurred does not change the probability that.
Advertisements

Acknowledgement: Thanks to Professor Pagano
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.
Flipping an unfair coin three times Consider the unfair coin with P(H) = 1/3 and P(T) = 2/3. If we flip this coin three times, the sample space S is the.
Review of Basic Probability and Statistics
Chapter 1 Probability Theory (i) : One Random Variable
Statistical Inference Most data comes in the form of numbers We have seen methods to describe and summarise patterns in data. Most data are samples (subsets)
Review.
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]
P robability Midterm Practice Condition Independence 郭俊利 2009/04/13.
Probability and Statistics Review
Chapter 5 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.
Probability Mass Function Expectation 郭俊利 2009/03/16
2. Random variables  Introduction  Distribution of a random variable  Distribution function properties  Discrete random variables  Point mass  Discrete.
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.
Review of important distributions Another randomized algorithm
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.
ELEC 303, Koushanfar, Fall’09 ELEC 303 – Random Signals Lecture 7 – Discrete Random Variables: Conditioning and Independence Farinaz Koushanfar ECE Dept.,
CSE 531: Performance Analysis of Systems Lecture 2: Probs & Stats review Anshul Gandhi 1307, CS building
Winter 2006EE384x1 Review of Probability Theory Review Session 1 EE384X.
4.2 Variances of random variables. A useful further characteristic to consider is the degree of dispersion in the distribution, i.e. the spread of the.
ENGG 2040C: Probability Models and Applications Andrej Bogdanov Spring Jointly Distributed Random Variables.
Statistics for Engineer Week II and Week III: Random Variables and Probability Distribution.
Binomial Distributions Calculating the Probability of Success.
1 Dr. Jerrell T. Stracener, SAE Fellow Leadership in Engineering EMIS 7370/5370 STAT 5340 : PROBABILITY AND STATISTICS FOR SCIENTISTS AND ENGINEERS Systems.
ENGG 2040C: Probability Models and Applications Andrej Bogdanov Spring Random variables part two.
Section 6.3 Binomial Distributions. A Gaggle of Girls Let’s use simulation to find the probability that a couple who has three children has all girls.
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}.
King Saud University Women Students
ENGG 2040C: Probability Models and Applications Andrej Bogdanov Spring Jointly Distributed Random Variables.
Chapter 16 Random Variables Random Variable Variable that assumes any of several different values as a result of some random event. Denoted by X Discrete.
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.
IE 300, Fall 2012 Richard Sowers IESE. 8/30/2012 Goals: Rules of Probability Counting Equally likely Some examples.
Review of Chapter
Chapter 5. Continuous Random Variables. Continuous Random Variables Discrete random variables –Random variables whose set of possible values is either.
Engineering Probability and Statistics - SE-205 -Chap 3 By S. O. Duffuaa.
1 Dr. Jerrell T. Stracener, SAE Fellow Leadership in Engineering EMIS 7370/5370 STAT 5340 : PROBABILITY AND STATISTICS FOR SCIENTISTS AND ENGINEERS Systems.
Random Variables Lecture Lecturer : FATEN AL-HUSSAIN.
1. 2 At the end of the lesson, students will be able to (c)Understand the Binomial distribution B(n,p) (d) find the mean and variance of Binomial distribution.
ONE DIMENSIONAL RANDOM VARIABLES
Discrete Probability Distributions
Random variables (r.v.) Random variable
STATISTICS AND PROBABILITY IN CIVIL ENGINEERING
Conditional Probability on a joint discrete distribution
Useful Discrete Random Variables
Chapter 5 Statistical Models in Simulation
Probability Review for Financial Engineers
Discrete Random Variables 2
The Binomial and Geometric Distributions
Some Discrete Probability Distributions
STATISTICAL MODELS.
Useful Discrete Random Variable
5. Conditioning and Independence
9. Limit Theorems.
Chapter 3 : Random Variables
Discrete Random Variables: Expectation, Mean and Variance
Discrete Random Variables: Basics
Discrete Random Variables: Basics
Discrete Random Variables: Expectation, Mean and Variance
Discrete Random Variables: Expectation, Mean and Variance
Geometric Poisson Negative Binomial Gamma
Discrete Random Variables: Basics
Presentation transcript:

P robability Important Random Variable Independent random variable Mean and variance 郭俊利 2009/03/23

Probability 2 Outline Review Affect independence Independent random variable Important random variable Continuous random variable 1.5, 2.3, 2.4,

Probability 3 Example 1 (Affect Independence) Two unfair coins, A and B: P(H | coin A) = 0.9, P(H | coin B) = 0.1 choose either coin with equal probability 1)Once we know it is coin A, are future tosses independent? 2)If we do not know which coin it is, are future tosses independent? P(toss 1 and toss 2 = H) = 3)Compare: P(toss 11 = H) = P(toss 11 = H | first 10 tosses are heads) = 4) Other: P(toss 5 times, 2 Hs shows) = P(above | first 10 tosses are heads) =

Probability 4 Independent Random Variable p X|A (x) = p X (x) p X,Y (x,y) = p X (x) p Y (y) p X,Y,Z (x, y, z) = p X (x) p Y (y) p Z (z) E[XY] = E[X] E[Y] var(X+Y) = var(X) + var(Y)

Probability 5 Example 2 (Independence) Two tosses of a fair coin X is the number of heads A is the number of even heads X and A are independent?

Probability 6 Important Random Variable Bernoulli p X (k) = p, 1-p Binomial p X (k) = C n k p k (1 – p) n – k Geometric p X (k) = (1 – p) k-1 p Poisson p X (k) = e –λ λ k / k! E[X] = p var(X) = p(1-p) E[X] = np var(X) = np(1-p) E[X] = 1/p var(X) = (1-p)/p 2 E[X] = λ var(X) = λ

Probability 7 Bernoulli p X (k) = p, 1-p E[X] = Σ x p X (x) = var(X) = E[X 2 ] – (E[X]) 2

Probability 8 Binomial p X (k) = C n k p k (1 – p) n – k E[X] E[X] = E[X 1 ] + … + E[X n ] E[X] = Σ k C n k p k (1 – p) n – k var(X) =

Probability 9 Geometric p X (k) = (1 – p) k-1 p E[X] E[X] = P(X=1)E[X|X=1] + P(X>1)E[X|X>1] E[X] = Σk(1 – p) k-1 p var(X) = E[X 2 ] – (E[X]) 2 =

Probability 10 Poisson p X (k) = e –λ λ k / k! E[X] = var(X) =

Probability 11 Example 2 (Binomial + Independence) Alice passes through four traffic lights on her way. (1) What is the PMF? (2) How many red lights Alice encounters? (3) From (2), find the variance.

Probability 12 Example 3 (Geometric) One child each family in China! If 1 st child is a boy, parents have no more child. If 1 st child is a girl, parents have another 2 nd child. Parents won ’ t give birth to more babies until a boy is born. The number of boys = The number of girls ?

Probability 13 Continuous Random Variable Uniform f X (x) =, a ≦ x ≦ b E[X] = var(X) =

Probability 14 Probability Density Function The random variable is a real-valued function of the outcome of the experiment.  Discrete Probability mass function  General = Continuous Probability density function

Probability 15 Example 4 (PDF) Computer ’ s lifetime is a random variable (unit: hour). Five computers construct a network server (1) A computer is down at 150 th hour. (2) A computer is down before 150 th hour. (3) A computer is down before 200 th hour. (4) A server is crash before 700 th hour. f(x) = 0, x ≦ / x 2, x > 100 {