Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
anb001
 
Posts: n/a
Default Re 'BINOMDIST' function


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)?



--
anb001
------------------------------------------------------------------------
anb001's Profile: http://www.excelforum.com/member.php...fo&userid=2809
View this thread: http://www.excelforum.com/showthread...hreadid=278262

  #2   Report Post  
Alex Delamain
 
Posts: n/a
Default


I am guessing that you have just come up against a limit in excel's
capability. If you reduce the number of successes or the number of
trials you can increase the value of he other. Using office 2002 and
your figures I hit the #num limit at 1029 trials so it is not just XP


--
Alex Delamain
------------------------------------------------------------------------
Alex Delamain's Profile: http://www.excelforum.com/member.php...o&userid=11273
View this thread: http://www.excelforum.com/showthread...hreadid=278262

  #3   Report Post  
Dana DeLouis
 
Posts: n/a
Default

In Excel 2003, I get the following

=BINOMDIST(564,1757,0.33333,TRUE)

returns:
0.142006496

I think this was one of the fixes they did to the statistical functions.
See Microsoft's kb article number 827459

(Microsoft's support site is down right now...It is requiring a Passport to
get to their site, and locks up Internet explorer :0 )

--
Dana DeLouis
Win XP & Office 2003


"anb001" wrote in message
...

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)?



--
anb001
------------------------------------------------------------------------
anb001's Profile:
http://www.excelforum.com/member.php...fo&userid=2809
View this thread: http://www.excelforum.com/showthread...hreadid=278262



  #4   Report Post  
Jerry W. Lewis
 
Posts: n/a
Default

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)?


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
I cant use englisch function names in a swedich version of excel PE Excel Discussion (Misc queries) 2 December 7th 04 01:00 AM
change function variable prompts?? thinkingfield Excel Worksheet Functions 1 November 8th 04 04:01 PM
Counting Function Dilemma Simon Lloyd Excel Worksheet Functions 0 November 8th 04 03:13 PM
need to save values from a function before it changes Ron Excel Worksheet Functions 1 October 29th 04 06:29 AM
SUMIF(AND) FUNCTION Saariko Excel Worksheet Functions 9 October 28th 04 11:52 AM


All times are GMT +1. The time now is 11:56 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"