BETA.INV function
BETA.INV(Probability, Alpha, Beta, A?, B?) BETA.INV(Probability; Alpha; Beta; A?; B?)
Probability
Number or { Number }
The probability associated with the distribution.
Alpha
Number or { Number }
A parameter to the distribution.
Beta
Number or { Number }
A parameter to the distribution.
A
Number or { Number } (optional)
A lower bound for the probability parameter.
B
Number or { Number } (optional)
An upper bound for the probability parameter.
Returns
Number or { Number }
The inverse of the BETA.DIST function.
Returns the inverse of the BETA.DIST function.