GAMMAINV(probability,alpha,beta)
=GAMMAINV(1,2,3)
The GAMMAINV function can be used to compute the inverse of the gamma distribution for given arguments. For example, this would return the inverse of the gamma distribution for arguments 1, 2, and 3.
=GAMMAINV(LOG(A2),A3,A4)
The GAMMAINV function can also be used with other Sourcetable functions, such as the LOG function. For example, this formula would return the inverse of the gamma distribution for the log of argument A2, and arguments A3 and A4.
=GAMMAINV(A5,B5,C5)
The GAMMAINV function can also be used to calculate the inverse of the gamma distribution for a range of values. This example would return the inverse of the gamma distribution for the arguments in the cells A5, B5, and C5.
=GAMMAINV(NORM.INV(A2),A3,A4)
The GAMMAINV function can also be used with other statistical functions, such as the NORM.INV function. For example, this would return the inverse of the gamma distribution for the inverse of the normal distribution of argument A2, and arguments A3 and A4.
GAMMAINV is a mathematical function used to calculate the inverse of the gamma distribution. It utilizes an iterative search technique to find the inverse.