CS723 - Probability and Stochastic Processes

Slides:



Advertisements
Similar presentations
NORMAL OR GAUSSIAN DISTRIBUTION Chapter 5. General Normal Distribution Two parameter distribution with a pdf given by:
Advertisements

CS433: Modeling and Simulation
Probability Theory Part 2: Random Variables. Random Variables  The Notion of a Random Variable The outcome is not always a number Assign a numerical.
G. Cowan Lectures on Statistical Data Analysis Lecture 2 page 1 Statistical Data Analysis: Lecture 2 1Probability, Bayes’ theorem 2Random variables and.
Analysis of Variance: ANOVA. Group 1: control group/ no ind. Var. Group 2: low level of the ind. Var. Group 3: high level of the ind var.
CS 351/ IT 351 Modelling and Simulation Technologies Random Variates Dr. Jim Holten.
2003/02/13 Chapter 4 1頁1頁 Chapter 4 : Multiple Random Variables 4.1 Vector Random Variables.
Tch-prob1 Chapter 4. Multiple Random Variables Ex Select a student’s name from an urn. S In some random experiments, a number of different quantities.
Chapter 4 Joint Distribution & Function of rV. Joint Discrete Distribution Definition.
Joint Distribution of two or More Random Variables
Lecture 11 – Stochastic Processes
Pairs of Random Variables Random Process. Introduction  In this lecture you will study:  Joint pmf, cdf, and pdf  Joint moments  The degree of “correlation”
ST3236: Stochastic Process Tutorial 10
PROBABILITY AND STATISTICS FOR ENGINEERING Hossein Sameti Department of Computer Engineering Sharif University of Technology Two Functions of Two Random.
1 7. Two Random Variables In many experiments, the observations are expressible not as a single quantity, but as a family of quantities. For example to.
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.
AP Statistics Chapter 8 Notes. The Binomial Setting If you roll a die 20 times, how many times will you roll a 4? Will you always roll a 4 that many times?
Multiple Random Variables Two Discrete Random Variables –Joint pmf –Marginal pmf Two Continuous Random Variables –Joint Distribution (PDF) –Joint Density.
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.
CS433 Modeling and Simulation Lecture 03 – Part 01 Probability Review 1 Dr. Anis Koubâa Al-Imam Mohammad Ibn Saud University
1 8. One Function of Two Random Variables Given two random variables X and Y and a function g(x,y), we form a new random variable Z as Given the joint.
Lecture 8 Continuous Random Variables Last Time Continuous Random Variables (CRVs) CDF Probability Density Functions (PDF) Expected Values Families of.
Continuous Random Variable (1) Section Continuous Random Variable What is the probability that X is equal to x?
The Erik Jonsson School of Engineering and Computer Science Chapter 4 pp William J. Pervin The University of Texas at Dallas Richardson, Texas.
MULTIPLE RANDOM VARIABLES A vector random variable X is a function that assigns a vector of real numbers to each outcome of a random experiment. e.g. Random.
One Function of Two 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 10 – Conditioning, Continuous Bayes rule Farinaz Koushanfar ECE Dept., Rice University.
CS723 - Probability and Stochastic Processes. Lecture No. 09.
Basics of Multivariate Probability
Statistics Lecture 19.
The Exponential and Gamma Distributions
Chapter 3: Normal R.V.
Probability.
Cumulative distribution functions and expected values
Distribution functions
Lecture 8 Randomized Algorithms
Statistics Lecture 13.
Probability & Statistics Probability Theory Mathematical Probability Models Event Relationships Distributions of Random Variables Continuous Random.
Probability Review for Financial Engineers
7. Two Random Variables In many experiments, the observations are expressible not as a single quantity, but as a family of quantities. For example to record.
Plots and Random #s EXCEL Functions.
CS723 - Probability and Stochastic Processes
CS723 - Probability and Stochastic Processes
CS723 - Probability and Stochastic Processes
... DISCRETE random variables X, Y Joint Probability Mass Function y1
7. Continuous Random Variables II
8. One Function of Two Random Variables
CS723 - Probability and Stochastic Processes
CS723 - Probability and Stochastic Processes
CS723 - Probability and Stochastic Processes
7. Two Random Variables In many experiments, the observations are expressible not as a single quantity, but as a family of quantities. For example to record.
CS723 - Probability and Stochastic Processes
75 previous answer What is of 37.5? ? go to.
EE 5345 Multiple Random Variables 2-D RV’s Conditional RV’s
CS723 - Probability and Stochastic Processes
CS723 - Probability and Stochastic Processes
9. Two Functions of Two Random Variables
The Binomial Distributions
Lectures prepared by: Elchanan Mossel Yelena Shvets
Further Topics on Random Variables: Derived Distributions
7. Two Random Variables In many experiments, the observations are expressible not as a single quantity, but as a family of quantities. For example to record.
Further Topics on Random Variables: Derived Distributions
Introduction to Probability: Solutions for Quizzes 4 and 5
Lectures prepared by: Elchanan Mossel Yelena Shvets
8. One Function of Two Random Variables
CS723 - Probability and Stochastic Processes
CS723 - Probability and Stochastic Processes
75 previous answer What is of 60? ? go to.
Further Topics on Random Variables: Derived Distributions
Presentation transcript:

CS723 - Probability and Stochastic Processes

Lecture No. 22

In Previous Lectures A scalar-valued random variable that is a function of two RV’s Examples: Z = X+Y and Z = Y – X The example involved two televisions, the sum of their service times, and difference of their service times PDF and CDF of Z from the joint PDF of X & Y Answer questions about Z directly by processing fZ(z)

Function of Two RV’s Ratio of service times of two TV’s Z = Y / X

Evaluation of FZ(z)

CDF of Z = Y / X FZ(z) = z / (z + 2)

PDF of Z = Y / X fZ(z) = 1/(2+z) – z/(2+z)2

Events for Z = Y / X Pr( 0.5 < Z ) & Pr( Z > 2 )

Function of Two RV’s Multiplication of service times Z = XY

Evaluation of FZ(z)

Evaluation of FZ(z) The double integral to get FZ(z) is given by

Function of Two RV’s Max of service times of two TV’s Z = max(X,Y)

Evaluation of FZ(z) The parameter z only takes on positive values The area of integration is always a square Due to independence, the probability of this square is easy to find

CDF of Z = max(X,Y)

PDF of Z = max(X,Y)

Events for Z = max(X,Y) Pr( Z < 3 ) & Pr( Z > 30)

Function of Two RV’s Min of service times of two TV’s Z = min(X,Y)

Evaluation of FZ(z) The parameter z only takes on positive values The area of integration is always a square Due to independence, the probability of this square is easy to find

CDF of Z = min(X,Y)

Function of Two RV’s Distance from origin to (x,y) Z = (X2 + Y2)1/2