Skip to content

Commit b89a818

Browse files
committed
fix docs
1 parent e34998c commit b89a818

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

preliz/distributions/zi_negativebinomial.py

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,11 @@ class ZeroInflatedNegativeBinomial(Discrete):
4747
for psi, mu, alpha in zip(psis, mus, alphas):
4848
ZeroInflatedNegativeBinomial(psi, mu=mu, alpha=alpha).plot_pdf(support=(0,25))
4949
50-
======== ==========================
50+
======== ===================================
5151
Support :math:`x \in \mathbb{N}_0`
5252
Mean :math:`\psi\mu`
53-
Variance .. math::
54-
\psi \left(\frac{{\mu^2}}{{\alpha}}\right) +\
55-
\psi \mu + \psi \mu^2 - \psi^2 \mu^2
56-
======== ==========================
53+
Variance :math:`\psi \left(\frac{\mu^2}{\alpha}\right) + \psi \mu + \psi \mu^2 - \psi^2 \mu^2`
54+
======== ==================================
5755
5856
The zero inflated negative binomial distribution can be parametrized
5957
either in terms of mu and alpha, or in terms of n and p.

0 commit comments

Comments
 (0)