• Home
  • BETA.DIST Function

BETA.DIST Function

The BETA.DIST function is one of the statistical functions. It is used to return the beta distribution.

Syntax

BETA.DIST(x, alpha, beta, cumulative, [A], [B])

The BETA.DIST function has the following arguments:

ArgumentDescription
xThe value between A and B at which the function should be calculated.
alphaThe first parameter of the distribution, a numeric value greater than 0.
betaThe second parameter of the distribution, a numeric value greater than 0.
cumulativeA logical value (TRUE or FALSE) that determines the function form. If it is TRUE, the function returns the cumulative distribution function. If it is FALSE, the function returns the probability density function.
AThe lower bound to the interval of x. It is an optional parameter. If it is omitted, the default value of 0 is used.
BThe upper bound to the interval of x. It is an optional parameter. If it is omitted, the default value of 1 is used.
Notes

How to apply the BETA.DIST function.

Examples

The figure below displays the result returned by the BETA.DIST function.

BETA.DIST Function

Host ONLYOFFICE Docs on your own server or use it in the cloud

Article with the tag:
Browse all tags