Skip to content

Commit c17a52c

Browse files
rickluptontwiecki
authored andcommitted
Make the pdf in the Lognormal docstring easier to read
1 parent 8a46358 commit c17a52c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pymc3/distributions/continuous.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -591,8 +591,8 @@ class Lognormal(PositiveContinuous):
591591
.. math::
592592
593593
f(x \mid \mu, \tau) =
594-
\sqrt{\frac{\tau}{2\pi}}
595-
\frac{\exp\left\{ -\frac{\tau}{2} (\ln(x)-\mu)^2 \right\}}{x}
594+
\frac{1}{x} \sqrt{\frac{\tau}{2\pi}}
595+
\exp\left\{ -\frac{\tau}{2} (\ln(x)-\mu)^2 \right\}
596596
597597
======== ================================================================
598598
Support :math:`x \in (0, 1)`

0 commit comments

Comments
 (0)