Skip to content

Commit 879dc0e

Browse files
authored
Fix typo in developer_guide.md (#7170)
1 parent 2e3ea56 commit 879dc0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/contributing/developer_guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ We can, of course, also work out the math by hand:
6666
$$
6767
\begin{aligned}
6868
pdf_{\mathcal{N}}(\mu, \sigma, x) &= \frac{1}{\sigma \sqrt{2 \pi}} \exp^{- 0.5 (\frac{x - \mu}{\sigma})^2} \\
69-
pdf_{\mathcal{N}}(0, 5, 0.3) &= 0.070413 \\
69+
pdf_{\mathcal{N}}(0, 5, 2.5) &= 0.070413 \\
7070
ln(0.070413) &= -2.6533
7171
\end{aligned}
7272
$$

0 commit comments

Comments
 (0)