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.
BINOM.DIST.RANGE function - The function returns the probability of a test result using binomial distribution in Excel Picture 1
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:
BINOM.DIST.RANGE function - The function returns the probability of a test result using binomial distribution in Excel Picture 2
- 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)
BINOM.DIST.RANGE function - The function returns the probability of a test result using binomial distribution in Excel Picture 3
- Press Enter -> probability of success is:
BINOM.DIST.RANGE function - The function returns the probability of a test result using binomial distribution in Excel Picture 4
- 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)
BINOM.DIST.RANGE function - The function returns the probability of a test result using binomial distribution in Excel Picture 5
- Press Enter -> probability of success is:
BINOM.DIST.RANGE function - The function returns the probability of a test result using binomial distribution in Excel Picture 6
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
May be interested
BINOM.INV function - The function returns the smallest value with cumulative binomial distribution greater or equal to the standard value in Excel
CHISQ.DIST - Function returns the distribution when squared in Excel
CHISQ.DIST.RT function - The function returns the right end probability of the distribution when squared in Excel
CHISQ.INV function - The function returns the inverse of the probability of the left end of the distribution when squared in Excel
CHISQ.INV.RT function - The function returns the inverse of the right end probability of the distribution when squared in Excel
CHISQ.TEST function - The function returns the independence test in Excel