CS723 - Probability and Stochastic Processes

Slides:



Advertisements
Similar presentations
Important Random Variables Binomial: S X = { 0,1,2,..., n} Geometric: S X = { 0,1,2,... } Poisson: S X = { 0,1,2,... }
Advertisements

Sep 16, 2005CS477: Analog and Digital Communications1 LTI Systems, Probability Analog and Digital Communications Autumn
Today Today: Chapter 5 Reading: –Chapter 5 (not 5.12) –Suggested problems: 5.1, 5.2, 5.3, 5.15, 5.25, 5.33, 5.38, 5.47, 5.53, 5.62.
Statistics Lecture 9. Last day/Today: Discrete probability distributions Assignment 3: Chapter 2: 44, 50, 60, 68, 74, 86, 110.
CSE 221: Probabilistic Analysis of Computer Systems Topics covered: Multiple random variables Transform methods (Sec , 4.5.7)
1 Review of Probability Theory [Source: Stanford University]
Samples vs. Distributions Distributions: Discrete Random Variable Distributions: Continuous Random Variable Another Situation: Sample of Data.
Probability and Statistics Review
Chapter 5. Operations on Multiple R. V.'s 1 Chapter 5. Operations on Multiple Random Variables 0. Introduction 1. Expected Value of a Function of Random.
Distribution Function properties. Density Function – We define the derivative of the distribution function F X (x) as the probability density function.
Sampling Distributions  A statistic is random in value … it changes from sample to sample.  The probability distribution of a statistic is called a sampling.
Computer Simulation A Laboratory to Evaluate “What-if” Questions.
STAT 552 PROBABILITY AND STATISTICS II
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.
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.
Random Variables and Stochastic Processes –
22/10/2015 How many words can you make? Three or more letters Must all include A A P I Y M L F.
The Mean of a Discrete RV The mean of a RV is the average value the RV takes over the long-run. –The mean of a RV is analogous to the mean of a large population.
ENGG 2040C: Probability Models and Applications Andrej Bogdanov Spring Jointly Distributed Random Variables.
1 Two Functions of Two Random Variables In the spirit of the previous lecture, let us look at an immediate generalization: Suppose X and Y are two random.
Chapter 2 Random variables 2.1 Random variables Definition. Suppose that S={e} is the sampling space of random trial, if X is a real-valued function.
The Erik Jonsson School of Engineering and Computer Science Chapter 3 pp William J. Pervin The University of Texas at Dallas Richardson, Texas.
Lecture 10 Image restoration and reconstruction 1.Basic concepts about image degradation/restoration 2.Noise models 3.Spatial filter techniques for restoration.
IE 300, Fall 2012 Richard Sowers IESE. 8/30/2012 Goals: Rules of Probability Counting Equally likely Some examples.
Basics on Probability Jingrui He 09/11/2007. Coin Flips  You flip a coin Head with probability 0.5  You flip 100 coins How many heads would you expect.
CONTINUOUS RANDOM VARIABLES
ELEC 303, Koushanfar, Fall’09 ELEC 303 – Random Signals Lecture 9 – Continuous Random Variables: Joint PDFs, Conditioning, Continuous Bayes Farinaz Koushanfar.
ELEC 303, Koushanfar, Fall’09 ELEC 303 – Random Signals Lecture 8 – Continuous Random Variables: PDF and CDFs Farinaz Koushanfar ECE Dept., Rice University.
Chapter 31 Conditional Probability & Conditional Expectation Conditional distributions Computing expectations by conditioning Computing probabilities by.
Virtual University of Pakistan Lecture No. 26 Statistics and Probability Miss Saleha Naghmi Habibullah.
Random Variables By: 1.
Expectations of Random Variables, Functions of Random Variables
MECH 373 Instrumentation and Measurements
Statistics Lecture 19.
Random Variable 2013.
Expectations of Random Variables, Functions of Random Variables
Cumulative distribution functions and expected values
CS723 - Probability and Stochastic Processes
CONTINUOUS RANDOM VARIABLES
Lectures prepared by: Elchanan Mossel Yelena Shvets
Review of Probability Theory
3.1 Expectation Expectation Example
Chapter 3 Discrete Random Variables and Probability Distributions
Jiaping Wang Department of Mathematical Science 04/10/2013, Wednesday
Probability Review for Financial Engineers
Multiple Continuous RV
Mathematical Foundations of BME Reza Shadmehr
CS723 - Probability and Stochastic Processes
Dept. of Electrical & Computer engineering
CS723 - Probability and Stochastic Processes
CS723 - Probability and Stochastic Processes
Statistics Lecture 12.
Introduction to Probability & Statistics Expectations
3.0 Functions of One Random Variable
Functions of Random variables
7. Continuous Random Variables II
CS723 - Probability and Stochastic Processes
CS723 - Probability and Stochastic Processes
Chapter 3 : Random Variables
CS723 - Probability and Stochastic Processes
CS723 - Probability and Stochastic Processes
9. Two Functions of Two Random Variables
copyright Robert J. Marks II
Continuous Probability Distributions
Further Topics on Random Variables: Derived Distributions
Introduction to Probability: Solutions for Quizzes 4 and 5
CS723 - Probability and Stochastic Processes
Further Topics on Random Variables: Derived Distributions
ECE 450 Mid-semester Review/Practice HW Requests: ____________________ ________________________________.
Linear Change of Variables for Densities
Presentation transcript:

CS723 - Probability and Stochastic Processes

Lecture No. 16

In Previous Lectures Analysis of continuous random variables Uniformly distributed continuous random variable with a flat PDF Exponentially distributed continuous random with fX(x) = λ e- λx Erlang type continuous random variable with fX(x) = λ2 x e- λx Gaussian continuous random variable with fX(x) = sqrt(λ/π) e- λx2

Gaussian Random Variable

Drop of a Ball A thin horizontal line on the wall is to be hit by a tennis ball

Expected Value of a Cont. RV Defined analogues to expected value of a discrete random variable E(X) = X =  x fX(x) dx Expected value of a uniform random variable defined over [a,b] is (a+b)/2 Expected value of an exponential random with PDF λ e-λx is 1/λ Expected value of Erlang random variable with PDF λ2 x e-λx is 2/λ

Graphical Interpretation

Mean of Transformed RV The expected value of Y=g(X) can be directly computed from PDF of X E(Y) =  Y fY(y) dy =  g(x) fX(x) dx A linear transformation Y = g(X) directly transform the value of the mean E(Y) = Y = g(X) Non-linear transformations require re-evaluation of Y =  g(x) fX(x) dx If Y = g(X) = X - X , then E(Y) = 0

Height Distribution of Humans A large population of adult males and females follow following PDF’s

Height Distribution of Humans A few problems related to the Gaussian height distributions of males & female

Higher Moments Defined analogues to expected value of a discrete random variable E(X) = X =  x2 fX(x) dx Expected value of a uniform random variable defined over [-a,a] is (a)2/3 Expected value of an exponential random with PDF λ e-λx is 1/λ2 Expected value of Erlang random variable with PDF λ2 x e-λx is 2/λ2