Calculates the cumulative distribution function or the probability density function of a beta distribution. Beta distributions are used to study the variation of a value across samples.
Syntax
x: The number at which you want to evaluate the beta distribution. Must be between the given a and b values. Eg., 3
Examples
|
Formula |
Result |
|
=BETADIST(A2;B2;C2;D2;E2) |
0.999658518 |
|
=BETADIST(A3;B3;C3;D3;E3;FALSE) |
0.81380267 |
|
=BETADIST(A4;B4;C4;D4;E4) |
0.860993192 |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|
|
#NUM! |
|
Similar Functions