Next: bi0, Previous: bessel_yn, Up: Internal Routines [Contents][Index]
beta(x, y)
Returns the value of the Beta function: the integral over t
between 0 and 1 of t^(x-1) (1-t)^(y-1) =
gamma(x) * gamma(y) / gamma(x + y)
.
See also: gamma, Statistical Functions