We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f375f27 + 1cc8583 commit 5e1bc75Copy full SHA for 5e1bc75
pymc3/distributions/continuous.py
@@ -697,8 +697,8 @@ class HalfNormal(PositiveContinuous):
697
\sqrt{\frac{2\tau}{\pi}}
698
\exp\left(\frac{-x^2 \tau}{2}\right)
699
700
- f(x \mid \sigma) =\sigma
701
- \sqrt{\frac{2}{\pi}}
+ f(x \mid \sigma) =
+ \sqrt{\frac{2}{\pi\sigma^2}}
702
\exp\left(\frac{-x^2}{2\sigma^2}\right)
703
704
.. note::
@@ -833,7 +833,7 @@ class Wald(PositiveContinuous):
833
.. math::
834
835
f(x \mid \mu, \lambda) =
836
- \left(\frac{\lambda}{2\pi)}\right)^{1/2} x^{-3/2}
+ \left(\frac{\lambda}{2\pi}\right)^{1/2} x^{-3/2}
837
\exp\left\{
838
-\frac{\lambda}{2x}\left(\frac{x-\mu}{\mu}\right)^2
839
\right\}
0 commit comments