Skip to content

Commit 1cc8583

Browse files
committed
fix typo in Wald
1 parent a4e7f0c commit 1cc8583

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc3/distributions/continuous.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -833,7 +833,7 @@ class Wald(PositiveContinuous):
833833
.. math::
834834
835835
f(x \mid \mu, \lambda) =
836-
\left(\frac{\lambda}{2\pi)}\right)^{1/2} x^{-3/2}
836+
\left(\frac{\lambda}{2\pi}\right)^{1/2} x^{-3/2}
837837
\exp\left\{
838838
-\frac{\lambda}{2x}\left(\frac{x-\mu}{\mu}\right)^2
839839
\right\}

0 commit comments

Comments
 (0)