BETADIST

BETADIST cumulative distribution function of the beta distribution

Synopsis

BETADIST(x,alpha,beta,a,b)

Arguments

x: number

alpha: scale parameter

beta: scale parameter

a: optional lower bound, defaults to 0

b: optional upper bound, defaults to 1

Note

If x < a or x > b this function returns a #NUM! error. If alpha <= 0 or beta <= 0, this function returns a #NUM! error. If a >= b this function returns a #NUM! error.

Microsoft Excel Compatibility

This function is Excel compatible.

See also

BETAINV.