Skip to content

Commit e7b7d9b

Browse files
authored
Merge pull request #114 from mcol/fix_formatting
Fix formatting inside formula in the users guide
2 parents faba4c5 + d89efa7 commit e7b7d9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stan-users-guide/truncation-censoring.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ is
200200
$$
201201
\log \prod_{m=1}^M \mbox{Pr}[y_m > U]
202202
= \log \left( 1 - \Phi\left(\frac{U - \mu}{\sigma}\right)\right)^{M}
203-
= M \, `normal_lccdf`(U | \mu, \sigma),
203+
= M \, \mathsf{normal_lccdf}(U | \mu, \sigma),
204204
$$
205205

206206
where `normal_lccdf` is the log of complementary CDF

0 commit comments

Comments
 (0)