Skip to content

Commit 7863b1c

Browse files
authored
v2: remove log10-normal (#644)
Remove the log10-normal distribution. See #623. Closes #623.
1 parent 08d4c87 commit 7863b1c

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

doc/v2/documentation_data_format.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -918,12 +918,6 @@ then the following prior distributions are supported:
918918
\pi(x|\mu, \sigma) = \frac{1}{2\sigma}\exp\left(- \frac{|x - \mu |}{\sigma}\right)
919919
- :math:`(-\infty, \infty)`
920920

921-
* - ``log10-normal``
922-
- mean (:math:`\mu`); standard deviation (:math:`\sigma`)
923-
- .. math::
924-
\pi(x|\mu, \sigma) = \frac{1}{x \sqrt{2\pi}\sigma \log(10)} \exp\left(- \frac{\left(\log_{10}(x) - \mu\right)^2}{2\sigma^2}\right)
925-
- :math:`(0, \infty)`
926-
927921
* - ``log-laplace``
928922
- location (:math:`\mu`); scale (:math:`\sigma`)
929923
- .. math::

0 commit comments

Comments
 (0)