Skip to content

Commit

Permalink
Fix typo in developer_guide.md (pymc-devs#7170)
Browse files Browse the repository at this point in the history
  • Loading branch information
erik-werner authored Feb 27, 2024
1 parent 2e3ea56 commit 879dc0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/contributing/developer_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ We can, of course, also work out the math by hand:
$$
\begin{aligned}
pdf_{\mathcal{N}}(\mu, \sigma, x) &= \frac{1}{\sigma \sqrt{2 \pi}} \exp^{- 0.5 (\frac{x - \mu}{\sigma})^2} \\
pdf_{\mathcal{N}}(0, 5, 0.3) &= 0.070413 \\
pdf_{\mathcal{N}}(0, 5, 2.5) &= 0.070413 \\
ln(0.070413) &= -2.6533
\end{aligned}
$$
Expand Down

0 comments on commit 879dc0e

Please sign in to comment.