|
|
The Excel CRITBINOM Function
BINOMDIST and CRITBINOM
The Cumulative Binomial Distribution (calculated by the Excel
Binomdist
function) is a statistical measure that is frequently used to indicate the probability
of obtaining a specific number of successes from a specific number of independent trials.
The Critbinom function calculates the inverse of the Cumulative Binomial Distribution. I.e., for a given number of independent trials, the Critbinom function returns the smallest value of x (the number of successes) for which the Cumulative Binomial Distribution function is a specified probability. Further information on the Binomial Distribution can be found on the Wikipedia Binomial Distribution page CRITBINOM and BINOM.INV
In Excel 2010, the Critbinom function has been replaced by the Binom.Inv function, which has improved accuracy. Although it has been replaced, the Critbinom function is still available in Excel 2010 (stored in the list of compatibility functions), to allow compatibility with earlier versions of Excel. Basic DescriptionThe Excel CRITBINOM function returns the inverse of the Cumulative Binomial Distribution. I.e. for a specific number of independent trials, the function returns the smallest value (number of successes) for which the cumulative binomial distribution is greater than or equal to a criterion value. For example, the Critbinom function could be used to find the smallest number of tosses of a coin for which there is a 50% chance of at least 20 heads. The format of the function is:
CRITBINOM( trials, probability_s, alpha )
where the arguments are :
Cumulative Distribution Function for the Toss of a Coin in 100 Trials
Critbinom Function ExampleThe chart on the right shows the Cumulative Binomial Distribution Function for 100 tosses of a coin. This curve represents the probability that at most x heads will be thrown from the 100 tosses. The Excel Critbinom function calculates the inverse of the curve on the right. I.e. the Critbinom function calculates the minimum value of x for which the Cumulative Binomial Distribution function is a specified value. This is shown in the spreadsheets below, for three different criterion values.
Further examples of the Excel Critbinom function can be found on the Microsoft Office website. Trouble ShootingIf you get an error from the Excel Critbinom Function, this is likely to be one of the following: Common Errors
|
|||||||||||||||||||||||||||||
|
|
Copyright © 2008-2011 ExcelFunctions.net |