Skip to content

Commit 847ab49

Browse files
viivgittwiecki
authored andcommitted
Update multivariate.py
1 parent 02e1126 commit 847ab49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: pymc3/distributions/multivariate.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ class MvNormal(_QuadFormBase):
156156
.. math::
157157
158158
f(x \mid \pi, T) =
159-
\frac{|T|^{1/2}}{(2\pi)^{1/2}}
159+
\frac{|T|^{1/2}}{(2\pi)^{k/2}}
160160
\exp\left\{ -\frac{1}{2} (x-\mu)^{\prime} T (x-\mu) \right\}
161161
162162
======== ==========================

0 commit comments

Comments
 (0)