cupyx.scipy.special.multigammaln#

cupyx.scipy.special.multigammaln(a, d)[source]#

Returns the log of multivariate gamma, also sometimes called the generalized gamma.

Parameters:
  • a (cupy.ndarray) – The multivariate gamma is computed for each item of a.

  • d (int) – The dimension of the space of integration.

Returns:

res – The values of the log multivariate gamma at the given points a.

Return type:

ndarray