BETA.DIST function
Summary
Returns the beta cumulative distribution function
Syntax
BETA.DIST(x,alpha,beta,cumulative,[A],[B])
The BETA.DIST function syntax has the following arguments:
X Required. The value between A and B at which to evaluate the function
Alpha Required. A parameter of the distribution.
Beta Required. A parameter of the distribution.
Cumulative Required. A logical value that determines the form of the function. If cumulative is TRUE, BETA.DIST returns the cumulative distribution function; if FALSE, it returns the probability density function.
A Optional. A lower bound to the interval of x.
B Optional. An upper bound to the interval of x.
X Required. The value between A and B at which to evaluate the function
Alpha Required. A parameter of the distribution.
Beta Required. A parameter of the distribution.
Cumulative Required. A logical value that determines the form of the function. If cumulative is TRUE, BETA.DIST returns the cumulative distribution function; if FALSE, it returns the probability density function.
A Optional. A lower bound to the interval of x.
B Optional. An upper bound to the interval of x.
Example
=BETADIST(A2,A3,A4,A5,A6)