mvgamma {HypergeoMat}R Documentation

Multivariate Gamma function (of complex variable)

Description

The multivariate Gamma function (mvgamma) and its logarithm (lmvgamma).

Usage

lmvgamma(x, p)

mvgamma(x, p)

Arguments

x

a real or a complex number; Re(x)>0 for lmvgamma and x must not be a negative integer for mvgamma

p

a positive integer, the dimension

Value

A real or a complex number.

Examples

x <- 5
mvgamma(x, p = 2)
sqrt(pi)*gamma(x)*gamma(x-1/2)

[Package HypergeoMat version 4.0.3 Index]