Skip to content

Commit 434f712

Browse files
farhanreynaldomichaelosthege
authored andcommitted
fix the formula latex
1 parent 63c6dc0 commit 434f712

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pymc/distributions/discrete.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -327,8 +327,7 @@ class Bernoulli(Discrete):
327327
The bernoulli distribution can be parametrized either in terms of p or logit_p.
328328
The link between the parametrizations is given by
329329
330-
.. math::
331-
logit(p) &= ln\left (\frac{p}{1-p} \right)
330+
.. math:: logit(p) = ln(\frac{p}{1-p})
332331
333332
Parameters
334333
----------

0 commit comments

Comments
 (0)