Skip to content

Commit e3696fe

Browse files
authored
fix beta distribution expression
1 parent 2840f5f commit e3696fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/stan-users-guide/problematic-posteriors.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ p(\phi \mid y)
467467
\end{align*}
468468

469469
If $N = 9$ and each $y_n = 1$, the posterior is
470-
$\textsf{beta}(\phi \mid 9.5,0,5)$. This posterior is unbounded as $\phi
470+
$\textsf{beta}(\phi \mid 9.5,0.5)$. This posterior is unbounded as $\phi
471471
\rightarrow 1$. Nevertheless, the posterior is proper, and although
472472
there is no posterior mode, the posterior mean is well-defined with a
473473
value of exactly 0.95.

0 commit comments

Comments
 (0)