lmvgamma | R Documentation |
A special mathematical function related to the gamma function,
generalized for multivariate gammas. lmvgamma
is the log of the
multivariate gamma, mvgamma
.
The multivariate gamma function for a dimension p is defined as:
\Gamma_{p}(a)=\pi^{p(p-1)/4}\prod_{j=1}^{p}
\Gamma [a+(1-j)/2]
For p = 1
, this is the same as the usual gamma function.
lmvgamma(x, p)
mvgamma(x, p)
x |
non-negative numeric vector, matrix, or array |
p |
positive integer, dimension of a square matrix |
For lmvgamma
log of multivariate gamma of dimension p
for each entry of x
. For non-log variant,
use mvgamma
.
mvgamma()
: Multivariate gamma function.
A. K. Gupta and D. K. Nagar 1999. Matrix variate distributions. Chapman and Hall.
Multivariate gamma function. In Wikipedia, The Free Encyclopedia,from https://en.wikipedia.org/w/index.php?title=Multivariate_gamma_function
gamma
and lgamma
lgamma(1:12)
lmvgamma(1:12, 1L)
mvgamma(1:12, 1L)
gamma(1:12)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.