jax.scipy.special.multigammaln
Warning
This page was created from a pull request (#9655).
jax.scipy.special.multigammalnΒΆ
- jax.scipy.special.multigammaln(a, d)[source]ΒΆ
Returns the log of multivariate gamma, also sometimes called the
LAX-backend implementation of
multigammaln()
.Original docstring below.
generalized gamma.
- Parameters
- Returns
res β The values of the log multivariate gamma at the given points a.
- Return type
References
R. J. Muirhead, Aspects of multivariate statistical theory (Wiley Series in probability and mathematical statistics).