GAMMAINV |
GAMMAINV(probability, alpha, beta) |
Returns the probability of getting greater than a particular value in a gamma distribution. |
probability | The probability associated with the gamma distribution. |
alpha | The first parameter to the distribution. |
beta | The second parameter to the distribution. |
REMARKS |
* GAMMA.INV was added in Excel 2010 to replace this function. * The gamma distribution is a continuous distribution. * If "probability" < 0, then #NUM! is returned. * If "probability" > 1, then #NUM! is returned. * If "probability" is not numeric, then #VALUE! is returned. * If "alpha" = 0, then #NUM! is returned. * If "alpha" is not numeric, then #VALUE! is returned. * If "beta" = 0, then #NUM! is returned. * If "beta" = 1, then the standard gamma distribution is used ?? * If "beta" = 0, then #NUM! is returned. * If "beta" is not numeric, then #VALUE! is returned. * This function uses an iterative technique for calculating the function. * This function iterates until the result is accurate to within ±3x10^-7. * If this function does not converge after 100 iterations, then #N/A is returned. * In Excel 2010 the accuracy of this function was improved. * For the Microsoft documentation refer to support.microsoft.com |
|
© 2022 Better Solutions Limited. All Rights Reserved. © 2022 Better Solutions Limited Top