Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

mvbeta

Multivariate Beta function (of complex variable)


Description

The multivariate Beta function (mvbeta) and its logarithm (lmvbeta).

Usage

lmvbeta(a, b, p)

mvbeta(a, b, p)

Arguments

a, b

real or complex numbers with Re(a)>0, Re(b)>0

p

a positive integer, the dimension

Value

A real or a complex number.

Examples

a <- 5; b <- 4; p <- 3
mvbeta(a, b, p)
mvgamma(a, p) * mvgamma(b, p) / mvgamma(a+b, p)

HypergeoMat

Hypergeometric Function of a Matrix Argument

v3.1.0
GPL-3
Authors
Stéphane Laurent
Initial release
2020-10-24

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.