Skip to content

Commit 0a9a989

Browse files
committed
Update ERRATA
1 parent d12c734 commit 0a9a989

File tree

1 file changed

+21
-19
lines changed

1 file changed

+21
-19
lines changed

‎ERRATA‎

Lines changed: 21 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
THE ERRATA LIST - 2/19/20
1+
THE ERRATA LIST - 3/4/2020
22

33
1. Page 19, line 17. Should be
44

@@ -10,46 +10,48 @@ nPr = n x (n - 1) x ... x (n - r + 1)
1010

1111
3. Page 52, Exercise 14, part (c). Change "Jewell CDs" to "Lady Gaga CDs".
1212

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"
1414

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).
1616

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
1820

1921
integral_0^infty exp(-a lambda) lambda^b dlambda = b! / a ^{b+1}
2022

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.
2224

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"
2426

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."
2628

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."
2830

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.
3032

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.
3234

33-
13. Page 304, Exercise 8. In sample script,
35+
14. Page 304, Exercise 8. In sample script,
3436

3537
Line 7, it should be "mu <- rnorm(1, mu_n, sigma_n)"
3638
line 8, it should be "test_function(rnorm(n, mu, sigma))"
3739

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]
3941

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.
4143

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.
4345

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
4547

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"
4749

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.
4951

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)”.
5153

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.
5355

5456
set.seed(123)
5557
p0 <- 0.40; p1 <- 0.70

0 commit comments

Comments
 (0)