BINOM.INV function - The function returns the smallest value with cumulative binomial distribution greater or equal to the standard value in Excel
The following article introduces you to the BINOM.INV function - one of the functions in the statistical function group is very popular in Excel.
Description: The function returns the smallest value with the cumulative binomial distribution greater than or equal to the standard value. Support function from Excel 2010 version.
Syntax: BINOM.INV (trials, probability_s, alpha)
Inside:
- trials: Number of independent trials, required.
- probability_s: The probability of success of each test, is a required parameter.
- alpha: Standard value, is a required parameter.
Attention:
- If any values of arguments are not whole numbers -> they are truncated to integers.
- If number_ s and trials are not numbers -> the function returns the #VALUE! Error value
- If trials <0 -> the function returns the #NUM! Error value
- If probability_s <0 or probability_s> 1 -> the function returns the #NUM! Error value
- If alpha <0 or alpha> 1 -> the function returns the #NUM! Error value
For example:
Calculate the minimum value so that the cumulative binomial distribution is greater than or equal to a criterion value with the figures in the table below:
- In the cell to calculate enter the formula : = BINOM.INV (C6, C7, C8)
- Press Enter -> minimum value is:
- Where probability_s> 1 or probability_s <0 -> the function returns the #NUM! Error value
- Where alpha> 1 or alpha <0 -> the function returns the #NUM! Error value
Above are instructions and specific examples when using the BINOM.INV function in Excel.
Good luck!
You should read it
- BINOM.DIST function - Function returns the probability of binomial distribution of individual terms in Excel
- BINOM.DIST.RANGE function - The function returns the probability of a test result using binomial distribution in Excel
- NORM.INV function - The function returns the inverse of the standard cumulative distribution in Excel
- BETA.INV function - The function returns the inverse of the cumulative distribution function for a specified beta distribution in Excel
- NORM.S.DIST function - The function returns the normalized distribution with a mean of 0 and a standard deviation of 1 in Excel
- NEGBINOM.DIST function - Function returns the negative binomial distribution in Excel
- NORM.DIST function - The function returns the normal distribution with the standard deviation and the mean value specified in Excel
- POISSON.DIST function - The function returns the Poisson distribution in Excel
- GAMMA.DIST function - The function returns the gamma distribution in Excel
- BETA.DIST function - The function returns the Beta distribution in Excel
- LOGNORM.DIST - Function returns the logarithmic distribution of x in Excel
- F.DIST - The function returns the probability distribution F in Excel
Maybe you are interested
AMD has surpassed Intel in brand value
SQL way to count NULL and NOT NULL values in a column
Comparing Odroid-N2+ and Raspberry Pi 4: Which option offers better value?
How to receive free gifts from IObit with a total value of nearly 150,000 USD
Write a program to find duplicate values in Python
Write a program to check duplicate values in Python