BINOM.DIST.RANGE function - The function returns the probability of a test result using binomial distribution in Excel
The following article introduces you to the BINOM.DIST.RANGE function - one of the functions in the statistical group is very popular in Excel.
Description: The function returns the probability of a test result using binomial distribution. Support function from Excel 2010 version.
Syntax: BINOM.DIST.RANGE (trials, probability_s, number_s, [number_s2])
Inside:
- trials: Number of independent trials, required.
- probability_s: The probability of success of each test, is a required parameter.
- number_s: The number of successes in a test must be greater than 0 and less than or equal to the number of trials, which is a required parameter.
- number_s2: Returns the probability that the number of successful trials will fall between number_s and number_s2, which is an optional parameter and number_s < number_s2
Attention:
- If any values of arguments are not whole numbers -> they are truncated to integers.
- If any argument is out of bounds -> the function returns the #NUM! Error value .
- If number_ s and trials are not numbers -> the function returns the #VALUE! Error value
- If number_s <0 or number_s > trials -> the function returns the #NUM! Error value
- If probability_s <0 or probability_s> 1 -> the function returns the #NUM! Error value
- The function uses the equation:
[sumlimits_ {k = S} ^ {S2} {left ({begin {array} {* {20} {c}} N k end {array}} right) {p ^ k} {{left ({1 - p } right)} ^ {N - k}}}]]
Inside:
N is the test, p is the probability of success, s is number_s, s2 is number_s2.
For example:
Calculate the probability of success of the tests with the data in the following table:
- Calculate the binomial distribution based on the successful 52 times of 92 tests . In the cell to calculate enter the formula : = BINOM.DIST.RANGE (C6, C7, C8)
- Press Enter -> probability of success is:
- Calculate the binomial distribution based on the successful 52 to 65 times of 92 tests . In the cell to calculate enter the formula : = BINOM.DIST.RANGE (C6, C7, C8,65)
- Press Enter -> probability of success is:
Above are instructions and specific examples when using the BINOM.DIST.RANGE function in Excel.
Good luck!
You should read it
- BINOM.DIST function - Function returns the probability of binomial distribution of individual terms in Excel
- NEGBINOM.DIST function - Function returns the negative binomial distribution in Excel
- F.DIST - The function returns the probability distribution F in Excel
- BINOM.INV function - The function returns the smallest value with cumulative binomial distribution greater or equal to the standard value in Excel
- F.DIST.RT function - The function returns the right probability distribution F for 2 data sets in Excel
- CHISQ.DIST.RT function - The function returns the right end probability of the distribution when squared in Excel
- F.TEST function - The function returns the result of the F - test 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
- FTEST function - The function returns the result of an F-Test in Excel
- HYPGEOM.DIST - The function returns the hyperbolic distribution in Excel
Maybe you are interested
How to turn a photo into a painting using the Generative Fill function in Photoshop
How to use the TREND function in Excel
Google Sheets Functions to Simplify Your Budget Spreadsheets
Instructions for using the TRIMRANGE function to clean up Excel tables
How to master numerical data in Google Sheets with the AVERAGE function
Don't buy headphones if they lack this important function!