Homework 5
Problem 1
(Continuing from a previous HW) The latest series of collectible Lego Minifigures contains 3 different Minifigure prizes (labeled 1, 2, 3). Each package contains a single unknown prize. Suppose we only buy 3 packages and we consider as our sample space outcome the results of just these 3 packages (prize in package 1, prize in package 2, prize in package 3). For example, 323 (or (3, 2, 3)) represents prize 3 in the first package, prize 2 in the second package, prize 3 in the third package. Let
- Find the conditional distribution of
given for each possible value of of . - Compute and interpret
for each possible value of of . - Find the conditional distribution of
given for each possible value of of . - Compute and interpret
for each possible value of of . - Explain how you could use spinners to implement the “marginal then conditional” method to simulate an
pair. - Suppose you have simulated many
pairs. Explain how you could use the simulation results to approximate:- the conditional distribution of
given
Problem 2
Xavier and Yolanda are playing roulette. They both place bets on red on the same 3 spins of the roulette wheel before Xavier has to leave. (Remember, the probability that any bet on red on a single spin wins is 18/38.) After Xavier leaves, Yolanda places bets on red on 2 more spins of the wheel. Let
- Identify by name the marginal distribution of
. Be sure to specify the values of any relevant parameters. Compute . - Identify by name the marginal distribution of
. Be sure to specify the values of any relevant parameters. Compute . - The joint distribution of
and is represented in the table below. Explain why and . - Compute
. (Yes, the table tells you it’s 0.1766, but you have to show how this number can be computed based on the assumptions of the problem.) - Are
and independent? Justify your answer with an appropriate calculation. - Compute and interpret
. - Make a table representing the marginal distribution of
. - Use the table from the previous part to compute
, and verify that it is equal to . - Without doing any computation, determine if
will be greater than, less than, or equal to . Explain your reasoning.
0 | 1 | 2 | 3 | 4 | 5 | |
---|---|---|---|---|---|---|
0 | 0.0404 | 0.0727 | 0.0327 | 0 | 0 | 0 |
1 | 0 | 0.1090 | 0.1963 | 0.0883 | 0 | 0 |
2 | 0 | 0 | 0.0981 | 0.1766 | 0.0795 | 0 |
3 | 0 | 0 | 0 | 0.0294 | 0.0530 | 0.0238 |
Problem 3
Percent returns for assets
- Mean 10 and standard deviation 15 for asset X,
- Mean 5 and standard deviation 3 for asset Y,
- Correlation of −0.6 between asset X and asset Y
- Asset Z yields a constant return of 1 percent.
An investment portfolio has 60% of its funds in asset X, 30% in asset Y, and 10% in asset Z.
- Let
be the portfolio return. Express in terms of . - Compute
. - Compute
. - Compute
. - Compute
.
Problem 4
Devi and Paxton are meeting. Arrival times are measured in minutes after noon, with negative times representing arrivals before noon. Devi’s arrival time follows a Normal distribution with mean 20 and SD 15 minutes, and Paxton’s arrival time follows a Normal distribution with mean 25 and SD 10 minutes, independently of each other.
For each of the following, find the appropriate standardized value and make a ballpark estimate of the probability. Then use software to compute the probability.
- Compute the probability that Devi arrives before noon.
- Compute the probability that Devi arrives first.
- Compute the probability that the first person to arrive has to wait more than 15 minutes for the second person to arrive.
- Coding required. Code and run a simulation and use the results to approximate the probability from the previous part (just part c). You should first simulate (Devi, Paxton) arrival time pairs, and go from there.
Problem 5
(Continued.) Devi and Paxton are meeting. Arrival times are measured in minutes after noon, with negative times representing arrivals before noon. Devi’s arrival time follows a Normal distribution with mean 20 and SD 15 minutes, and Paxton’s arrival time follows a Normal distribution with mean 25 and SD 10 minutes.
For each of the following, find the appropriate standardized value and make a ballpark estimate of the probability. Then use software to compute the probability.
- Assume the pairs of arrival times follow a Bivariate Normal distribution with correlation 0.8
- Compute the probability that Devi arrives first given that Paxton arrives at 12:10.
- Compute the probability that the first person to arrive has to wait more than 15 minutes for the second person to arrive.
- This part is optional. Code and run a simulation and use the results to approximate the probability from the previous part (just part b). You should first simulate (Devi, Paxton) arrival time pairs, and go from there.
- Assume the pairs of arrival times follow a Bivariate Normal distribution with correlation -0.7
- Compute the probability that Devi arrives first given that Paxton arrives at 12:10.
- Compute the probability that the first person to arrive has to wait more than 15 minutes for the second person to arrive.
- This part is optional. Code and run a simulation and use the results to approximate the probability from the previous part (just part b). You should first simulate (Devi, Paxton) arrival time pairs, and go from there.