Ans: Regression to the mean says that, given a pre-test/post-test situation, someone that does above average on the pre-test will do worse on the post-test; someone that does below average on the pre-test will do worse on the post-test.
Ans: The root mean squared error (RMSE) is the standard deviation of the residuals. It can be computed as RMSE = SDy √(1 - r2).
Ans: Compute z = (y - y) / SDy = (58 - 50) / 5 = 1.6. Look up -1.6 in the standard normal table: 0.0548 = 5.5%.
Ans: y = 80x - 86.
Ans: RMSE = SDy √(1 - r2)i 5 √(1 - 0.82) = 5 * 0.6 = 3.
Ans: z = (y - y^) / RMSE = (58 - 58) / 5 = 0. 50% of the models have a weight over z = 0.
Ans: Every event has a probability assigned to it. Likely events have high probabilities; unlikely events have low probabilities. Just because you don't know the probability of an event does not mean that it is 50%.
Outcome | Probability |
---|---|
3 | 60% |
5 | 30% |
6 | 0% |
7 | -10% |
9 | 110% |
Ans: Probabilities cannot be negative; probabilties cannot be more than 100%; the probabilities in the table must sum to 100%.
Ans: This looks good, except for thing. If you lose too many times in a row, you will either run out of money or will not be able to double because you have reached the betting limit of the casino. This can easily wipe out all of your winnings in one play.
Ans: A random variable whose only possible outcomes are 0 (with probability 1-p) and 1 (probability p). This can be expressed in a table like this:
x | P(x) |
---|---|
0 | 1-p |
1 | p |
Ans: Theoretical or a priori, empirical, subjective.
Ans: 15p + (-1)(1 - p) = 0; 15p - 1 + p = 0; 16p = 1; p = 1/16 = 0.0625 = 6.25%.
| Expected value = E(x) = x1 p1 + x2 p2 + ... + xn pn |
Example 10: Suppose the probability that the Bears will the Super Bowl next year is 1 / 5 = 0.2. You make a bet with your friend. If the Bears will you get $100. If the bears do not will, you pay him $30. What is the expected value of this bet?
Payoff | Probability |
---|---|
-30 | 0.8 |
100 | 0.2 |
Note: the payoff of 30 in the table is negative because you are losing $30.
Expected value = (-30) × 0.8 + 100 × 0.2 = -0.4
The conclusion is that you will lose 40 cents every time you make this bet.
Example 11: Flip a coin 3 times. You win $10 every time 3 heads come up, you lose $1 every time 1 head comes up and you lose $5 every time 0 heads come up. Do do not lose or win anything if 2 heads come up. Compute the expected value.
Ans: Here is the payoff table:
Payoff | Probablity |
---|---|
10 | 1/8 |
0 | 3/8 |
-1 | 3/8 |
-5 | 1/8 |
E(x) = 10(1/8) + 0(1/8) + (-1)(3/8) + (-5)(1/8) = 2/8 = $0.25
Example 12: A tropical island has the same probability distribution for the amount of rain every day:
Rainfall | Probability |
---|---|
0 | 0.3 |
1 | 0.4 |
2 | 0.2 |
3 | 0.1 |
What is the expected value for the amount of rain in one day?
Ans: E(x) = x1 p1 + x1 p1 + x1 p1 + x1 p1
= 0 × 0.3 + 1 × 0.4 + 2 × 0.2 + 3 × 0.1 = 1.1
Example 13: You pay $75 per year on a $500,000 house for insurance. The probability that your house is destroyed in a given year is 0.0001.
Ans: Here is the payout table:
Payout | Probability |
---|---|
75 | 0.9999 |
-500,000 + 300 | 0.0001 |
The expected value is 75 × 0.9999 + (-500,000 + 75) × 0.0001 = 75 × (0.9999 + 0.0001) + (-500,000) × 0.0001 = 75 + (-50) = $25.
Ans: You pay $75 to the insurance company whether or not your house is destroyed, so the expected value is $-75.
Ans: The payout table is
Payout | Probability |
---|---|
0 | 0.9999 |
-500,000 | 0.0001 |
The expected value is 0 × 0.9999 + (-500,000) × 0.0001 = -$50.
Ans: Solve for p in the following: p (0.9999) + (-500,000 + p) 0.0001 = 0. This gives p = 50.
Ans: P(H and H and ... and H (10 heads)) = P(H) × P(H) × ... × P(H) = 0.510 = 0.0009766.
Ans: Let Ai be the event of not dying in the ith plane flight. Then P(A1 and ... and A500) = P(A1) × ... × P(A500) = 0.9999500 = 0.951227. Therefore the probability of dying in one of the 500 flights is 1 - 0.9512 = 0.04877 = 4.9%.
Working from the formula gives us
1 - (1 - p)n =
1 - (1 - 0.0001)500 = 0.04877 = 4.9%
Ans: 1 - (1 - p)n = 1 - (1 - 1 / 1000)20 = 0.01981 = 1.98%