Multivariate Gamma function (of complex variable)
The multivariate Gamma function (mvgamma) and
its logarithm (lmvgamma).
lmvgamma(x, p) mvgamma(x, p)
x |
a real or a complex number; |
p |
a positive integer, the dimension |
A real or a complex number.
x <- 5 mvgamma(x, p = 2) sqrt(pi)*gamma(x)*gamma(x-1/2)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.