Skip to content

Commit 7d7fe2c

Browse files
Edit typos in prob_meaning.md
1 parent 6913d5a commit 7d7fe2c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lectures/prob_meaning.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ The random variable $X $ takes on possible values $k = 0, 1, 2, \ldots, n$ wit
7878

7979
$$
8080
\textrm{Prob}(X = k | \theta) =
81-
\left(\frac{n!}{k! (n-k)!} \right) \theta^k (1-\theta)^{n-k} =
81+
\left(\frac{n!}{k! (n-k)!} \right) \theta^k (1-\theta)^{n-k}
8282
$$
8383

8484
where the fixed parameter $\theta \in (0,1)$.
@@ -95,7 +95,7 @@ Here
9595

9696
Consider the following experiment:
9797

98-
Take $I$ **independent** sequences of $n$ **independent** flips of the coin**
98+
Take $I$ **independent** sequences of $n$ **independent** flips of the coin
9999

100100
Notice the repeated use of the adjective **independent**:
101101

@@ -333,7 +333,7 @@ as $I$ goes to infinity.
333333

334334
## Bayesian Interpretation
335335

336-
We again a binomial distribution.
336+
We again use a binomial distribution.
337337

338338
But now we don't regard $\theta$ as being a fixed number.
339339

@@ -679,4 +679,4 @@ Thus, the Bayesian statististian comes to believe that $\theta$ is near $.4$.
679679

680680
As shown in the figure above, as the number of observations grows, the Bayesian coverage intervals (BCIs) become narrower and narrower around $0.4$.
681681

682-
However, if you take a closer look, you will find that the centers of the are not exactly $0.4$, due to the persistent influence of the prior distribution and the randomness of the simulation path.
682+
However, if you take a closer look, you will find that the centers of the BCIs are not exactly $0.4$, due to the persistent influence of the prior distribution and the randomness of the simulation path.

0 commit comments

Comments
 (0)