Section 2.8: 1, 5 (show the computations for part a), 7, 9 (hint: find Var[X] and use problem 2.8.7), and graduate students do 10Section 3.1: 1 and 4
Section 3.2: 1
Section 3.3: 1 (should be straightforward from reading the text)
How would you generate a pair of random variables (X, Y) with a given joint PMF PX,Y(x, y)? Write a MATLAB program to generate pairs of random variables (X, Y) with the PMF given in Problem 3.1.1. Test your program by generating 10,000 random variable pairs and computing the probability that Y > X. Compare your simulation result with the analytical result in Problem 3.1.1(c).
Hint: The range of the pair of random variables is
SX,Y = { (1, 1), (1, 3), (2, 1), (2, 3), (4, 1), (4, 3) }.What is the probability of each pair in SX,Y? How can you generate the pairs with the indicated probabilities?
Presentations: The following students are asked to present their solution to this problem. The presentation will be done as a group.
Morning: Nobody!
Afternoon: Sean Michael and Erik Neff