Manuals/calci/BINOMIALPROBABILITY

From ZCubes Wiki
Revision as of 11:21, 12 May 2015 by Devika (talk | contribs)
Jump to navigation Jump to search
BINOMIALPROBABILTY(NumberOftrials,NumberOfSuccess,ProbabiltyOfSuccess)


  • or
where n = number of trials,r = number of specific events you wish to obtain.
p = probability that the event will occur, q = probability that the event will not occur.(q = 1 - p, the complement of the event)


Examples

  1. BINOMIALPROBABILTY(5,3,0.4)=0.23040000000000005
  2. BINOMIALPROBABILTY(10,4,0.25)=0.1459980010986328
  3. BINOMIALPROBABILTY(12,11,0.75)=0.12670540809631348

See Also

References