Grocer >> Supplementary distibution functions > beta
PARAMETERS
- Input
* a = a vector
* b = a vector with the same size
- Output
* x = beta(a,b)
DESCRIPTION
Computes the beta function for vectors a and b.
EXAMPLE
y=beta([3 5 6],[2 7 3]) |  |  | |
AUTHOR
Eric Dubois 2002