Home |
Search |
Today's Posts |
#4
![]() |
|||
|
|||
![]()
If you are not prepared to upgrade to Excel 2003, and don't mind a VBA
solution, use the cdf_binomial() function from Ian Smith's probability library http://members.aol.com/iandjmsmith/examples.xls Alternately, the following formulas are mathematically equivalent to =BinomDist(x,n,p,T), and will work for your values. =1-BetaDist(p,x+1,n-x) =BetaDist(1-p,n-x,x+1) =FDist(p/(1-p)*(n-x)/(x+1),2*(x+1),2*(n-x)) =1-FDist((1/p-1)*(x+1)/(n-x),2*(n-x),2*(x+1)) Note that Excel's continuous distributions only give 5-6 figure accuracy. To 15 digits. the correct value is 0.142006496002267, which is what Smith's function returns. Jerry anb001 wrote: When creating the below function, I get a [#NUM!] error: =BINOMDIST(564;1757;0.33333;TRUE) But when I change the 'trials' number (1757), to something closer to '1000', e.g. '1010', then it returns a value, as it should. How can this be (I'm using Excel XP)? ![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
I cant use englisch function names in a swedich version of excel | Excel Discussion (Misc queries) | |||
change function variable prompts?? | Excel Worksheet Functions | |||
Counting Function Dilemma | Excel Worksheet Functions | |||
need to save values from a function before it changes | Excel Worksheet Functions | |||
SUMIF(AND) FUNCTION | Excel Worksheet Functions |