BETA.INV function - The function returns the inverse of the cumulative distribution function for a specified beta distribution in Excel
The following article introduces you to BETA.INV function - one of the functions in the statistical function group is very popular in Excel.
Description: The function returns the inverse of the cumulative distribution function for a given beta distribution. Support function from Excel 2010 version.
Syntax: BETA.INV (probability, alpha, beta, [A], [B])
Inside:
- probability: Probability associated with beta distribution, is a required parameter.
- alpha: The parameter of the distribution, is a required parameter.
- beta: The parameter of distribution, is a required parameter.
- A: The lower bound of about x, is an optional parameter.
- B: The upper bound of the x interval , is an optional parameter.
Attention:
- If any parameter is not a number -> the function returns the #VALUE! Error value
- If alpha ≤ 0 or beta ≤ 0 -> the function returns the #NUM! Error value
- If probability ≤ 0 or probability> 1 -> the function returns the #NUM! Error value
- If parameters A and B are omitted, the function uses the cumulative distribution to normalize ie A = 0 and B = 1.
For example:
Calculate the inverse value of the cumulative beta distribution function with the figures in the table below:
- In the cell to calculate enter the formula : = BETA.INV (C6, C7, C8, C9, C10)
- Press Enter -> the inverse value of the beta cumulative distribution function is:
- Where the probability associated with a beta distribution is greater than 1 or less than 0 -> the function returns the #NUM! Error value
- Where the parameter or parameter is less than 0 -> the function returns the #NUM! Error value
Above are instructions and specific examples when using BETA.INV function in Excel.
You should read it
- BETADIST function - Cumulative distribution function Beta in Excel
- NORM.INV function - The function returns the inverse of the standard cumulative distribution in Excel
- GAMMA.DIST function - The function returns the gamma distribution in Excel
- LOGNORM.INV function - The function returns the inverse of the logarithmic distribution of 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
- NORMINV function - The function returns the inverse of the cumulative distribution in Excel
- F.INV.RT function - The function returns the right-inverse head value of the probability distribution F in Excel
May be interested
- BETADIST function - Cumulative distribution function Beta in Excelthe betadist function is used to calculate the probability distribution according to the beta distribution, in which the beta distribution is used to study the variation of samples as a percentage.
- 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)
- 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)
- BINOM.INV function - The function returns the smallest value with cumulative binomial distribution greater or equal to the standard value in Excelbinom.inv function: the function returns the smallest value with cumulative binomial distribution greater or equal to the standard value. support functions from the excel 2010 version. syntax: binom.inv (trials, probability_s, alpha)
- HYPGEOM.DIST - The function returns the hyperbolic distribution in Excelhypgeom.dist: the function returns the hyperinfection distribution, using this function for problems with finite sets of vowismooix observations whether or not they are successful. syntax: hypgeom.dist (sample_s, number_sample, population_s, number_pop, cumulative)
- 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.
- F.DIST - The function returns the probability distribution F in Excelf.dist function: the function returns the probability distribution f. the function supports the version from excel 2010. syntax: f.dist (x, deg_freedom1, deg_freedom2, cumulative)
- NORMSDIST function - The function returns the normal cumulative distribution in Excelthe following article details how to use the normsdist function - the function returns the cumulative normal distribution in excel.