GAMMAINV
The GAMMAINV function in Google Sheets is used to find the inverse of the gamma cumulative distribution. It allows you to determine the value at which a given cumulative distribution occurs. Explore the comprehensive guide below to understand how to effectively apply this function.
Function Syntax and Parameters
Syntax: GAMMAINV(probability, alpha, beta)
Parameters:
- probability: The probability associated with the gamma distribution.
- alpha: The shape parameter of the gamma distribution.
- beta: The scale parameter of the gamma distribution.
Step-by-Step Tutorial
- 
Using GAMMAINVwith specific inputs:- Example: =GAMMAINV(0.5, 2, 3)
- Result: The result is the value 4.633213.
 
- Example: 
- 
Using GAMMAINVwith cell references:- Example: If cell A1contains the probability0.25, cellA2contains the alpha value3, and cellA3contains the beta value2, then=GAMMAINV(A1, A2, A3)will return the corresponding value based on the given inputs.
 
- Example: If cell 
Use Cases and Scenarios
- Risk Analysis: Determine the value at which a specific level of risk occurs.
- Quality Control: Identify the time at which a certain proportion of defects is expected.
- Reliability Engineering: Calculate the time at which a certain percentage of failures is projected.
Related Functions
- GAMMA.DIST: Calculate the gamma probability density function.
- GAMMALN: Compute the natural logarithm of the absolute value of the gamma function.