Supplementary distibution functions Supplementary distibution functions beta_pdf

Grocer >> Supplementary distibution functions > beta

beta

beta function

CALLING SEQUENCE

[x]=beta(a,b)

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
Supplementary distibution functions Supplementary distibution functions beta_pdf