GAMMA.INV function - The function returns the inverse of the gamma distribution in Excel
The following article introduces you to the GAMMA.INV function - one of the functions in the statistical function group is very popular in Excel.
Description: The function returns the inverse of the gamma distribution , using this function to study their distribution variables that may be symmetrical . Support functions from Excel 2010 onwards.
Syntax: GAMMA.INV (probability, alpha, beta)
Inside:
- probability: Probability associated with the gamma distribution .
- alpha: The parameter value to the distribution .
- beta: Value The parameter value to the distribution , if beta = 1 -> function returns the standard gamma distribution .
Attention:
- If one of the probability, alpha, and beta arguments of the function is not numeric -> the function returns the #VALUE! Error value
- If alpha ≤ 0 or beta ≤ 0 -> the function returns the #NUM! Error value
- If probability> 1 or probability <0 -> the function returns the #NUM! Error value
For example:
Calculate the inverse value of the GAMMA cumulative distribution of values in the following data table:
- In the cell to calculate, enter the formula : = GAMMA.INV (D6, D7, D8)
- Press Enter -> the inverse value of the GAMMA cumulative distribution is:
- Where probability> 1 or probability function returns the #NUM! Error value
;
- Where alpha ≤ 0 or beta ≤ 0 -> the function returns the #NUM! Error value
Above are instructions and some specific examples when using the GAMMA.INV function in Excel.
Good luck!
You should read it
- LOGNORM.INV function - The function returns the inverse of the logarithmic distribution of x in Excel
- GAMMALN.PRECISE function - The function returns the natural logarithm of the gamma function, Γ (x) in Excel
- T.INV function - The function returns the inverse value of the Student t distribution in Excel
- F.INV function - The function returns the inverse of the probability distribution F in Excel
- BETA.INV function - The function returns the inverse of the cumulative distribution function for a specified beta distribution in Excel
- F.INV.RT function - The function returns the right-inverse head value of the probability distribution F in Excel
- NORM.INV function - The function returns the inverse of the standard cumulative distribution in Excel
- T.INV.2T - The function returns the two-sided inverse of the Student's t-distribution in Excel
May be interested
- CHISQ.INV.RT function - The function returns the inverse of the right end probability of the distribution when squared in Excelchisq.inv.rt function: the function returns the inverse of the right end probability of the distribution when squared. support function from excel 2010 version. syntax: chisq.inv.rt (probability, deg_freedom)
- CHISQ.INV function - The function returns the inverse of the probability of the left end of the distribution when squared in Excelchisq.inv function: the function returns the inverse of the probability of the left end of the distribution when squared. support functions from the excel 2010 version. syntax: chisq.inv (probability, deg_freedom)
- NORM.S.INV function - The function returns the inverse of the normalized distribution with an average value of 0 and a standard deviation of 1 in Excelnorm.s.inv function: the function returns the inverse of the normalized distribution with an average value of 0 and a standard deviation of 1. support from excel 2010 onwards. syntax: norm.s.inv (probability)
- NORMINV function - The function returns the inverse of the cumulative distribution in Excelthe following article details how to use the norminv function - the function returns the inverse of the cumulative distribution in excel.
- TINV function - The function returns the inverse of the Student's t-distribution in Exceltinv function: the tinv function supports the calculation of the inverse value of the student's t-distribution associated with the student's 2-t distribution in excel.
- MINVERSE function - The function returns the inverse matrix of a given matrix in Excelcalculating the inverse matrix of a given matrix is very confusing and manual calculations take a lot of time. the following article shows how to use the minverse function in excel, which returns the inverse matrix of a given matrix.
- WEIBULL function - The function returns the Weibull distribution in Excelthe function performs the calculation and returns the weibull distribution. based on this distribution to analyze reliability in theory such as calculating the average life of the device or used in the field of meteorology, hydrology and weather forecast.
- CHIDIST function - Function returns the right end probability of the distribution when squared in Excelthe following article introduces the chidist function - the function returns the right end probability of a distribution when the distribution helps you have a basis to determine the correctness of the expected with the original hypothesis.
- POISSON.DIST function - The function returns the Poisson distribution in Excelpoisson.dist function: the function returns the poisson distribution, the application function to predict the number of events in a specific time. support functions from excel 2013 onwards. syntax: poisson.dist (x, mean, cumulative)
- How to use the NORMDIST function in Excel - Function that returns the distribution in Excelthe normdist function returns a distribution with a specified mean and standard deviation. the normdist function has applications in statistics, including hypothesis testing.