Spread 8.0 Documentation
BETADIST
Support Options
Formula Reference > Built-In Functions > BETADIST

Glossary Item Box

BETADIST


Name

Beta distribution

Description

Calculates the cumulative beta distribution function.

Syntax

BETADIST(x,alpha,beta,lower,upper)

Argument Description
x Value at which to evaluate the function, between the values of lower and upper
alpha Alpha parameter of the distribution
beta Beta parameter of the distribution
lower [Optional] Lower bound of the interval for x; 0 if omitted
upper [Optional] Upper bound of the interval for x; 1 if omitted

Remarks

If you omit values for upper and lower, the calculation uses the standard cumulative beta distribution, so that lower is zero and upper is one.

Data Type

Accepts numeric data for all arguments. Returns numeric data. For more information, see Data Type for Each Cell Type.

Example

BETADIST(3,B3,C3,2,4)
BETADIST(3,R3C2,R3C3,2,4)
BETADIST(3,6,9,2,4)=0.7880249023

Copyright © GrapeCity, inc. All rights reserved.