Skip to content

Commit 70c3f79

Browse files
committed
corrected some pages
Several small mistakes/errors were corrected in several proofs/definitions.
1 parent 311edd3 commit 70c3f79

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

P/betabin-mome.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ username: "JoramSoch"
3636
**Theorem:** Let $y = \left\lbrace y_1, \ldots, y_N \right\rbrace$ be a set of observed counts independent and identically distributed according to a [beta-binomial distribution](/D/betabin) with number of trials $n$ as well as parameters $\alpha$ and $\beta$:
3737

3838
$$ \label{eq:binbeta}
39-
y_i \sim \mathrm{BinBet}(n, \alpha, \beta), \quad i = 1, \ldots, N \; .
39+
y_i \sim \mathrm{BetBin}(n, \alpha, \beta), \quad i = 1, \ldots, N \; .
4040
$$
4141

4242
Then, the [method-of-moments estimates](/D/mome) for the parameters $\alpha$ and $\beta$ are given by

P/bin-margcond.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ $$ \label{eq:bin-th}
9191
(x+y)^n = \sum_{k=0}^{n} {n \choose k} \, x^{n-k} \, y^k \; ,
9292
$$
9393

94-
the sum is equal to
94+
the sum in equation \eqref{eq:Y-dist-s6} is equal to
9595

9696
$$ \label{eq:Y-dist-sum}
9797
\sum_{i=0}^{n-m} {n-m \choose i} \, \left( p - pq \right)^{i} \, (1-p)^{n-m-i} = \left( (p-pq)+(1-p) \right)^{n-m} \; .

0 commit comments

Comments
 (0)