Skip to content

Commit

Permalink
Correct typos in chapter 3 questions (closes bvkrauth#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
bvkrauth committed Sep 24, 2021
1 parent a8c0b54 commit e99dd57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions 03-Probability.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,7 @@ red die is showing 2 and the white die is showing 4.
10. Calculate each of the following conditional probabilities:
a. $\Pr(\textrm{Yo wins} | \textrm{Boxcars wins})$
b. $\Pr(\textrm{Yo wins} | \textrm{Field wins})$
c. $\Pr(\textrm{Yo wins} \cap \textrm{Boxcars loses})$
c. $\Pr(\textrm{Yo wins} | \textrm{Boxcars loses})$
d. $\Pr(\textrm{Field wins} | \textrm{Yo wins})$
e. $\Pr(\textrm{Boxcars wins} | \textrm{Yo wins})$
11. Which of the following pairs of events are independent?
Expand Down Expand Up @@ -724,7 +724,6 @@ red die is showing 2 and the white die is showing 4.
a. $\Pr(A) \leq \Pr(B)$
b. $\Pr(A \cap B) = \Pr(A)$
c. $\Pr(A | B) = 1$
Statements (a), (b) and (c) are true.
16. Let $A$ and $B$ be two independent events. Which of the following
statements are true?
a. $\Pr(A \cap B) = 0$.
Expand Down
2 changes: 1 addition & 1 deletion packages.bib
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ @Manual{R-rmarkdown
title = {rmarkdown: Dynamic Documents for R},
author = {JJ Allaire and Yihui Xie and Jonathan McPherson and Javier Luraschi and Kevin Ushey and Aron Atkins and Hadley Wickham and Joe Cheng and Winston Chang and Richard Iannone},
year = {2021},
note = {R package version 2.10},
note = {R package version 2.11},
url = {https://CRAN.R-project.org/package=rmarkdown},
}

Expand Down

0 comments on commit e99dd57

Please sign in to comment.