GAMMAINV |
GAMMAINV(probability, alpha, beta) |
Returns the inverse of the probability distribution for 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 |
* This function is only available for backwards compatibility and should not be used. * 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. * You can use the GAMMA.DIST function to * You can use the GAMMA function to * You can use the PLINK{Excel,3,GAMMALN.PRECISE,Functions/GAMMALN-PRECISE-Function] function to * For the Microsoft documentation refer to support.microsoft.com |
|
© 2024 Better Solutions Limited. All Rights Reserved. © 2024 Better Solutions Limited Top