1. ECE 109 DISCUSSION 8 1.1. Pairs of Discrete Random Variables. Definition 1.1. Let SX,Y = {(xj , yk ) , j = 1, 2, . . . , k = 1, 2, . . .} be the entire sample space. The joint pmf of (X, Y ) specifying the probabilities of the event {X = xj } ∩ {Y = yk } for some (xj , yk ) ∈ SX,Y is given by pX,Y (xj , yk ) = P [X = xj , Y = yk ] . This joint pmf of (X, Y ) provides the information about the joint behavior of X and Y . Then, X X pX,Y (xj , yk ) = 1. (xj ,yk ) ∈SX,Y

The probability of any event A is the sum of the pmf over the outcomes in A: X X P [(X, Y ) in A] = pX,Y (xj , yk ) . (xj ,yk ) ∈A

Definition 1.2. Suppose there exist two random variables X and Y . When we are interested in the probabilities of events involving each of the random variables, we use the marginal probability mass functions: pX (xj ) = P [X = xj ] which by the theorem on total probability, = P [{X = xj } ∩ {Y = y1 } ∪ {X = xj } ∩ {Y = y2 } ∪ . . .] X = pX,Y (xj , yk ) . k

1.2. The Joint CDF of X and Y . Definition 1.3. The joint cdf of X and Y is defined as FX,Y (xj , yk ) = P [X ≤ xj , Y ≤ yk ] . Property 1.4. The joint cdf satisfies the following properties. (i) The joint cdf is a nondecreasing function of x and y: FX,Y (x1 , y1 ) ≤ FX,Y (x2 , y2 )

if x1 ≤ x2 and y1 ≤ y2 ,

(ii) FX,Y (x1 , −∞) = FX,Y (−∞, y1 ) = 0 FX,Y (∞, ∞) = 1. (iii) The marginal cdfs are given by FX (x1 ) = FX,Y (x1 , ∞) FY (y1 ) = FX,Y (∞, y1 ) . 1

(iv) The joint cdf is continuous from the right and top, that is, lim FX,Y (x, y) = FX,Y (a, y)

x→a+

lim FX,Y (x, y) = FX,Y (x, b) .

y→b+

(iv) P [x1 < X ≤ x2 , y1 < Y ≤ y2 ] = FX,Y (x2 , y2 ) − FX,Y (x2 , y1 ) − FX,Y (x1 , y2 ) + FX,Y (x1 , y1 ) . 1.3. The Joint PDF of Two Continuous Random Variables. Definition 1.5. The probability of any event A is given by Z Z P [X in A] = fX,Y (x, y) dx dy. A

The joint cdf can be obtained in terms of the joint pdf Z a Z b FX,Y (a, b) = fX,Y (x, y) dx dy. −∞

−∞

If X and Y are jointly continuous random variables, the the pdf can be obtained from the cdf by differentiation: fX,Y (x, y) =

∂ 2 FX,Y (x, y) . ∂x ∂y

Also, the probability of a rectangular region is Z

b1

Z

b2

P [a1 < X ≤ b1 , a2 < Y ≤ b2 ] =

fX,Y (x, y) dx dy. a1

a2

The marginal pdf ’s fX (x) and fY (y) are obtained by taking the derivative of the corresponding marginal cdf ’s, FX (x) = FX,Y (x, ∞) and FY (y) = FX,Y (∞, y). Hence, dFX (x) dx  Z x Z ∞ d fX,Y (t, y) dy dt = dx −∞ −∞ which by the fundamental theorem of calculus Z II, fX (x) =



=

fX,Y (x, y) dy. −∞

Similarly, Z



fY (y) =

fX,Y (x, y) dx. −∞

1.4. Independence of Two Random Variables. Remark 1.6. Two jointly discrete random variables X and Y are independent if and only if the joint pmf is equal to the product of the marginal pmf ’s for all x and y. That is, pX,Y (x, y) = pX (x) pY (y) . 2

Two jointly continuous random variables X and Y are independent if and only if the joint pdf is equal to the product of the marginal pdf ’s for all x and y. fX,Y (x, y) = fX (x) fY (y) . Also, two jointly random variables X and Y are independent if and only if the joint cdf is equal to the product of the marginal cdf ’s for all x and y. FX,Y (x, y) = FX (x) FY (y) . If X and Y are independent random variables, then the random variables defined by any pair of functions g (X) and h (Y ) are also independent. That is, P [g (X) = m, h (Y ) = n] = P [g (X) = m] P [h (Y ) = n] . Example 1. The joint cdf of for two random variables X and Y are given by  (1 − e−αx ) 1 − e−βy  , if x ≥ 0, y ≥ 0 FX,Y (x, y) = 0 , otherwise. Then, show (a) X and Y individually have exponential random variables with parameters α and β, respectively, and (b) X and Y are independent. Proof. (a) FX (x) = FX,Y (x, ∞) = 1 − e−αx



for x ≥ 0.

Taking the derivative with respect to x, fX (x) =

dFX (x) = αe−αx dx

for x ≥ 0.

Similarly, we have fY (y) = βe−βy

for y ≥ 0.

Hence, X and Y individually have exponential random variables with parameters α and β, respectively. (b) The joint pdf for two random variables X and Y is ∂ 2 FX,Y (x, y) ∂x ∂y

fX,Y (x, y) =

= αβe−αx e−βy = fX (x) fY (y) . Hence, two random variables X and Y are independent.

3



1. ECE 109 DISCUSSION 8 1.1. Pairs of Discrete ...

tiation: fX,Y (x, y) = ∂2FX,Y (x, y). ∂x ∂y . Also, the probability of a rectangular region is. P [a1 < X ≤ b1,a2 < Y ≤ b2] = ∫ b1 a1. ∫ b2 a2. fX,Y (x, y)dx dy. The marginal pdf's fX (x) and fY (y) are obtained by taking the derivative of the corresponding marginal cdf's, FX (x) = FX,Y (x,∞) and FY (y) = FX,Y (∞,y). Hence,. fX (x) =.

156KB Sizes 1 Downloads 81 Views

Recommend Documents

1. ECE 109 DISCUSSION 3 1.1. Geometric Probability ...
ECE 109 DISCUSSION 3. 1.1. Geometric Probability Law. Consider a sequential experiment in which we repeat independent. Bernoulli trials until the occurrence of the first success. Remark 1.1. Geometric probability law: Let Ai be the event of success i

8 109 09 article final.pmd
several unique characteristics, it finds an important place in the farming systems adopted by small holders farmers in a larger number of developing countries. Seed protein content in pigeonpea. (approximately 21%) compares well with that of other im

ON LOVELY PAIRS OF GEOMETRIC STRUCTURES 1 ...
of rank ≤ ω. The tools used in the proof depended mainly on the description of definable sets given by van den Dries in [10]. Since such a description can be.

Careers http://skillease.co.in/careers.php 1 of 8 8/30/2013 11:15 AM
The Production Technician will generate CAD models from 3D scanned anatomical data sets that are produced as physical models using rapid prototyping equipment. • Provides ... physical progress systems). * Provide accurate and realistic ...

3-1-ECE-R13-Syllabus.pdf
Retrying... Download. Connect more apps... Try one of the apps below to open or edit this item. 3-1-ECE-R13-Syllabus.pdf. 3-1-ECE-R13-Syllabus.pdf. Open.

ECE 2-1 R13.pdf
... functions. c. The conformal transformations of complex functions can be dealt with ease. www.jntuworld.com || www.android.jntuworld.com || www.jwjobs.net ...

ECE (1) MTECH SYLLABI.pdf
4 Digital Data Communications 4 - 3. 5. Elective I. I. Data Base Management Systems. II. Information Theory and Coding Techniques. III. Big Data Analytics. 4 - 3.

Discussion of
Jan 30, 2015 - Under staggering and TI, firm has incentive to adjust price by more when it gets the chance. V. Lewis (). Discussion Weber. 30th January 2015.

Focus Group Discussion Questions 1. What types of ... -
3. What are some barriers to seeking and receiving those services? 4. What helped you to overcome the barrier and receiving those services? 5. How does your ...

Airplane Mode #1 Reality Check INTRODUCTION DISCUSSION ...
1. Share a time when life was busy and you knowingly put Jesus on hold. 2. How do you spend your ... Divvy it up and use it as a guide to say a group prayer.

Romans—Part 49 October 14/15, 2017 Romans 8:9-11 John 3:1-12 1 ...
Oct 15, 2017 - his heart. 4) 3:3 No matter how “religious,” no one enters the ... glory of God we really are. 6) 3:4 Jesus did not minimize the weight of the issue ...

BIOMOLECULES - 1 - 11 11.pdf
Write short notes on Kiliani'ssynthesis. 27. Give a ... Mention the significance of pteridine ring system in biology. ... Displaying BIOMOLECULES - 1 - 11 11.pdf.

1 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. DISE 11.
Downloaded From:prashantgavaniya.blogspot.in. Downloaded From:prashantgavaniya.blogspot.in. Page 2.. 12. 13. 14. 15. 16. 17. 18. 19. 1. 2. 3. 4. 5. 20.. 1. 2. 3. 4. 5. Downloaded From:prashantgavaniya.blogspot.in. Page 3... Downloaded From:prashantga

Agenda - PDCO agenda of the 8-11 November 2016 meeting
Nov 11, 2016 - Reproduction is authorised provided the source is acknowledged. ...... Good practice guide (GPG) recommendations for paediatric population . ... European Network of Paediatric Research (Enpr) - European ... Report from the meeting 'Med

Agenda - PDCO agenda of the 8-11 November 2016 meeting
Nov 11, 2016 - Health and safety information ... Some of the information contained in this agenda is considered .... Opinions on Compliance Check .

8-8-17 Agenda 1.doc (1).pdf
Page 1 of 2. GOVERNING BOARD MEETING. AGENDA. Tuesday, August 8th, 2017. Board Member Terms: Dr. Martin Kurland 2016-2018 (short-term seat). Mrs. Michelle LaLonde 2016-2018 (short-term seat). Mr. Michael Darnley 2014-2018. Mrs. Rae Lynn Heilbronn 201

man-109\spartacus-season-2-episode-1.pdf
There was a problem previewing this document. Retrying... Download. Connect more apps... Try one of the apps below to open or edit this item.

11-8-15 Bulletin C.pdf
On this day, help us remember those who gave of themselves to keep us safe and. secure. Enkindle in our consciences a desire to serve those who served their ...

exam 1 6-8
a particular reaction system and saw the image shown in picture A below: ... (b) The reaction system will appear red after all the possible reactions have been.

exam 1 6-8
When the chemical equation for the reaction of iron (III) chloride reacting with sodium hydroxide is balanced, the sum of all the coefficients is equal to: (a) 4. (b) 6. (c) 7. (d) 8. (e) none of the above. 7. If 1.37g of dinitrogen pentoxide decompo

exam 1 6-8
Dr. Roberto Ma. S. Gregorius ... Section II. Applied Science Questions. ... sodium hydroxide however –and yet, it is the compound used in the space program (not.

11-1-11_Consumer_Advocacy_Caucus_Petition_with_Attachments ...
Page 1 of 6. Bohol Profile. Bohol. Basic Facts. Geographic Location Bohol is nestled securely at the heart of the Central. Visayas Region, between southeast of Cebu and southwest. of Leyte. Located centrally in the Philippine Archipelago, specificall

109.pdf
There was a problem previewing this document. Retrying... Download. Connect more apps... Try one of the apps below to open or edit this item. 109.pdf. 109.pdf.