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; |
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]