We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08d4c87 commit 7863b1cCopy full SHA for 7863b1c
1 file changed
doc/v2/documentation_data_format.rst
@@ -918,12 +918,6 @@ then the following prior distributions are supported:
918
\pi(x|\mu, \sigma) = \frac{1}{2\sigma}\exp\left(- \frac{|x - \mu |}{\sigma}\right)
919
- :math:`(-\infty, \infty)`
920
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
-
927
* - ``log-laplace``
928
- location (:math:`\mu`); scale (:math:`\sigma`)
929
- .. math::
0 commit comments