You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ERRATA
+21-19Lines changed: 21 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
THE ERRATA LIST - 2/19/20
1
+
THE ERRATA LIST - 3/4/2020
2
2
3
3
1. Page 19, line 17. Should be
4
4
@@ -10,46 +10,48 @@ nPr = n x (n - 1) x ... x (n - r + 1)
10
10
11
11
3. Page 52, Exercise 14, part (c). Change "Jewell CDs" to "Lady Gaga CDs".
12
12
13
-
4. Page 124, Table 4.13. The last two values in the third column should be 22 and 24 (instead of 12 and 14).
13
+
4. Page 121, Exercise 1. Change to "X is the number. Of times Peter is in the lead." Change to "Peter's running winnings are $2, 0, $2, $4, $2"
14
14
15
-
5. Page 124, Exercise 8. First line is missing. It should read: "Box 1 contains four slips numbered 1 through 4 and Box 2 contains five slips numbered 2 through 6.
15
+
5. Page 124, Table 4.13. The last two values in the third column should be 22 and 24 (instead of 12 and 14).
16
16
17
-
6. Page 212, Exercise 13 (b). The integral identity should be
17
+
6. Page 124, Exercise 8. First line is missing. It should read: "Box 1 contains four slips numbered 1 through 4 and Box 2 contains five slips numbered 2 through 6.
18
+
19
+
7. Page 212, Exercise 13 (b). The integral identity should be
18
20
19
21
integral_0^infty exp(-a lambda) lambda^b dlambda = b! / a ^{b+1}
20
22
21
-
7. Page 214, Exercise 20, part (a), line 1. Should be: Write an R function to simulate 10 balls drawn with replacement from the special weighted box.
23
+
8. Page 214, Exercise 20, part (a), line 1. Should be: Write an R function to simulate 10 balls drawn with replacement from the special weighted box.
22
24
23
-
8. Page 229, line 7. Should be "is tedious, however practice with the"
25
+
9. Page 229, line 7. Should be "is tedious, however practice with the"
24
26
25
-
9. Page 259, Exercise 11, last line before (a). Should be "who say Friday."
27
+
10. Page 259, Exercise 11, last line before (a). Should be "who say Friday."
26
28
27
-
10. Page 263, Exercise 22, part (c), line 2. Should read "where (1) p is distributed beta(12, 6) and (2) p is distributed beta(6, 12) by a Bayes factor."
29
+
11. Page 263, Exercise 22, part (c), line 2. Should read "where (1) p is distributed beta(12, 6) and (2) p is distributed beta(6, 12) by a Bayes factor."
28
30
29
-
11. Page 301, Exercise 1 part (b). Should be: contains mu with probability at least 0.5.
31
+
12. Page 301, Exercise 1 part (b). Should be: contains mu with probability at least 0.5.
30
32
31
-
12. Page 302, Exercise 2 line 6. Should be: 5, 10, 15, 20, 25, 30, 35.
33
+
13. Page 302, Exercise 2 line 6. Should be: 5, 10, 15, 20, 25, 30, 35.
32
34
33
-
13. Page 304, Exercise 8. In sample script,
35
+
14. Page 304, Exercise 8. In sample script,
34
36
35
37
Line 7, it should be "mu <- rnorm(1, mu_n, sigma_n)"
36
38
line 8, it should be "test_function(rnorm(n, mu, sigma))"
37
39
38
-
14. Page 354, Exercise 2. The third row of the transition matrix P should be [0 .2, .6, .2 0]
40
+
15. Page 354, Exercise 2. The third row of the transition matrix P should be [0 .2, .6, .2 0]
39
41
40
-
15. Page 393, Exercise 1, line 1: n_j should be n_i.
42
+
16. Page 393, Exercise 1, line 1: n_j should be n_i.
41
43
42
-
16. Page 393, Exercise 1, line 2: \bar{y}_j should be \bar{y}_i.
44
+
17. Page 393, Exercise 1, line 2: \bar{y}_j should be \bar{y}_i.
43
45
44
-
17. Page 394, Exercise 2 first line of the model: should be Normal(\mu_i, \sigma / \sqrt{n_i}), i = 1, …, 6
46
+
18. Page 394, Exercise 2 first line of the model: should be Normal(\mu_i, \sigma / \sqrt{n_i}), i = 1, …, 6
45
47
46
-
18. Page 401, Exercise 12, part (a). Should be "Suppose the 10 collects times are observed at 5 different locations"
48
+
19. Page 401, Exercise 12, part (a). Should be "Suppose the 10 collects times are observed at 5 different locations"
47
49
48
-
19. Page 436. Add before JAGS script: The prior standard deviations of beta0 and beta1 are 20 and 15 and so the corresponding precisions are 1 / 20 ^ 2 and 1 / 15 ^ 2. These precision values (not the standard deviations) should be used in the JAGS script.
50
+
20. Page 436. Add before JAGS script: The prior standard deviations of beta0 and beta1 are 20 and 15 and so the corresponding precisions are 1 / 20 ^ 2 and 1 / 15 ^ 2. These precision values (not the standard deviations) should be used in the JAGS script.
49
51
50
-
20. Page 439, Exercise 4(c): should be “From the interval found in part (b)”.
52
+
21. Page 439, Exercise 4(c): should be “From the interval found in part (b)”.
51
53
52
-
21. Page 522. In the R code, the variables m and n should be switched. Here is the correct R script.
54
+
22. Page 522. In the R code, the variables m and n should be switched. Here is the correct R script.
0 commit comments