Skip to content

Commit

Permalink
Fix working for multigammaln doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
cournape committed Mar 21, 2009
1 parent 0247053 commit 21e59d8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scipy/special/spfun_stats.py
Expand Up @@ -60,8 +60,9 @@ def multigammaln(a, d):
\Gamma_d(a) = \int_{A>0}{e^{-tr(A)\cdot{|A|}^{a - (m+1)/2}dA}}
with the condition a > (d-1)/2, and A>0 being the set of all the positive
definite matrices of dimension s. Note that a is a scalar: the integration
is multivariate, the argument is not.
definite matrices of dimension s. Note that a is a scalar: the integrand
only is multivariate, the argument is not (the function is defined over a
subset of the real set).
This can be proven to be equal to the much friendler equation:
Expand Down

0 comments on commit 21e59d8

Please sign in to comment.