Skip to content

Commit cba0187

Browse files
committed
Better latex in ZSN docs
1 parent 135ed47 commit cba0187

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

pymc/distributions/multivariate.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2401,8 +2401,11 @@ class ZeroSumNormal(Distribution):
24012401
24022402
.. math::
24032403
2404-
ZSN(\sigma) = N(0, \sigma^2 (I - \tfrac{1}{n}J)
2405-
where $J_{ij} = 1$
2404+
\begin{align*}
2405+
ZSN(\sigma) = N \Big( 0, \sigma^2 (I - \tfrac{1}{n}J) \Big) \\
2406+
\text{where} \ ~ J_{ij} = 1 \ ~ \text{and} \\
2407+
n = \text{nbr of zero-sum axes}
2408+
\end{align*}
24062409
24072410
Parameters
24082411
----------

0 commit comments

Comments
 (0)