Percentile | Value (minutes) |
---|---|
10th | 12.6 |
20th | 26.8 |
30th | 42.8 |
40th | 61.3 |
50th | 83.2 |
60th | 110.0 |
70th | 144.5 |
80th | 193.1 |
90th | 276.3 |
Homework 4
Problem 1
In a certain region, times (minutes) between occurrences of earthquakes (of any magnitude) have a distribution with percentiles displayed in the table below.
- Construct a spinner corresponding to this distribution.
- What percent of times are between 26.8 and 110.0 minutes?
- Let
be the cdf. Evaluate and interpret . - Let
be the quantile function. Evaluate and interpret . - Sketch (by hand) a histogram of this distribution.
Problem 2
(Continued from previous HW.) In the Regina/Cady problem, let
Problem 3
Solve Example 11.3 from the Normal distribution handout (the problem on daily high temperatures in SLO.)
Problem 4
Solve Example 11.4 from the Normal distribution handout (the problem on “effect size”.)
Problem 5
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
box1 | box2 | box3 | X | Y |
---|---|---|---|---|
1 | 1 | 1 | ||
2 | 1 | 1 | ||
3 | 1 | 1 | ||
1 | 2 | 1 | ||
2 | 2 | 1 | ||
3 | 2 | 1 | ||
1 | 3 | 1 | ||
2 | 3 | 1 | ||
3 | 3 | 1 | ||
1 | 1 | 2 | ||
2 | 1 | 2 | ||
3 | 1 | 2 | ||
1 | 2 | 2 | ||
2 | 2 | 2 | ||
3 | 2 | 2 | ||
1 | 3 | 2 | ||
2 | 3 | 2 | ||
3 | 3 | 2 | ||
1 | 1 | 3 | ||
2 | 1 | 3 | ||
3 | 1 | 3 | ||
1 | 2 | 3 | ||
2 | 2 | 3 | ||
3 | 2 | 3 | ||
1 | 3 | 3 | ||
2 | 3 | 3 | ||
3 | 3 | 3 |
- Evaluate
and for each of the outcomes. - Construct a two-way table representing the joint distribution of
and . - Sketch a plot representing the joint distribution of
and . - Construct a spinner corresponding to the joint distribution of
and . - Describe two ways to simulate an
pair. - Identify the marginal distribution of
, and construct a corresponding spinner. - Identify the marginal distribution of
, and construct a corresponding spinner. - Describe in detail in words how you could conduct a simulation and use the results to approximate. (This part is asking you to describe the process in words; not to write code.)
- Coding required. Code and run the simulation from the previous part and use the simulation results to approximate each of
- Compute
iii. iii.