Next: , Previous: , Up: Internal Routines   [Contents][Index]


15.5.38 beta

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