Calculates the inverse of the cumulative distribution function for a beta distribution. It returns the value x, lying between a and b.
Syntax
p: Probability density function of a beta distribution. Eg., 99
Examples
|
Formula |
Result |
|
=BETAINV(A2;B2;C2;D2;E2) |
0.543387621 |
|
=BETAINV(A3;B3;C3;D3;E3) |
0.250855072 |
|
=BETAINV(A4;B4;C4;D4;E4) |
0.149629314 |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|
|
#NUM! |
|
Similar Functions