TRUECALC
Functions

BETADIST

Beta distribution CDF (legacy)

Try it

When to use it

When should I use BETADIST?

Use BETADIST to evaluate the cumulative beta distribution CDF for a value x given shape parameters alpha and beta, optionally rescaled to a [lo, hi] interval — a legacy equivalent of BETA.DIST with cumulative=TRUE.

Used in

science · operations

Syntax

BETADIST(x,alpha,beta,lo,hi)

Examples

=BETADIST(0.3,5,1,-1,1) // => 0.11602906249999986

On this page