Skip to content

Commit 366cb4f

Browse files
committed
Merge branch 'master' of https://github.com/stan-dev/docs
2 parents faba4c5 + e7b7d9b commit 366cb4f

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)