Grocer Function
NAME
beta - beta function
CALLING SEQUENCE
[x]=beta(a,b)
PARAMETERS
Input
-
a = a vector
-
b = a vector with the same size
Output
DESCRIPTION
Computes the beta function for vectors a and b.
EXAMPLE
y=beta([3 5 6],[2 7 3])
AUTHOR
Eric Dubois 2002