Skip to content

Commit

Permalink
Merge pull request #828 from rborder/patch-1
Browse files Browse the repository at this point in the history
Update custom-probability.qmd
  • Loading branch information
bob-carpenter authored Oct 28, 2024
2 parents 36096c5 + 12ca37a commit 02828b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stan-users-guide/custom-probability.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ definition of the bivariate normal cumulative distribution function
(CDF) with location zero, unit variance, and correlation `rho`.
That is, it computes
$$
\texttt{binormal}\mathtt{\_}\texttt{cdf}(z_1, z_2, \rho) = \Pr[Z_1 > z_1 \text{ and } Z_2 > z_2]
\texttt{binormal}\mathtt{\_}\texttt{cdf}(z_1, z_2, \rho) = \Pr[Z_1 \leq z_1 \text{ and } Z_2 \leq z_2]
$$
where the random 2-vector $Z$ has the distribution
$$
Expand Down

0 comments on commit 02828b0

Please sign in to comment.