Skip to content

Commit beeb40f

Browse files
authored
Fix latex typo in DirichletMultionmial docstrings (#5259)
1 parent a50b386 commit beeb40f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: pymc/distributions/multivariate.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,7 @@ class DirichletMultinomial(Discrete):
629629
.. math::
630630
631631
f(x \mid n, a) = \frac{\Gamma(n + 1)\Gamma(\sum a_k)}
632-
{\Gamma(\n + \sum a_k)}
632+
{\Gamma(n + \sum a_k)}
633633
\prod_{k=1}^K
634634
\frac{\Gamma(x_k + a_k)}
635635
{\Gamma(x_k + 1)\Gamma(a_k)}

0 commit comments

Comments
 (0)