Difference between revisions of "Documentation/How Tos/Calc: NEGBINOMDIST function"

From Apache OpenOffice Wiki
Jump to: navigation, search
(See also:)
m (Robot: Automated text replacement %s)
Line 14: Line 14:
 
: returns 0.25 (25%), the probability that heads will come up exactly once before tails has come up when tossing a coin.
 
: returns 0.25 (25%), the probability that heads will come up exactly once before tails has come up when tossing a coin.
  
=== See also: ===
+
{{Documentation/SeeAlso|
[[Documentation/How_Tos/Calc: BINOMDIST function|'''BINOMDIST''']]
+
* [[Documentation/How_Tos/Calc: BINOMDIST function|BINOMDIST]]
  
[[Documentation/How_Tos/Calc: Statistical functions|'''Statistical functions''']]
+
* [[Documentation/How_Tos/Calc: Statistical functions|Statistical functions]]
  
[[Documentation/How_Tos/Calc: Functions listed alphabetically|'''Functions listed alphabetically''']],
+
* [[Documentation/How_Tos/Calc: Functions listed alphabetically|Functions listed alphabetically]]
[[Documentation/How_Tos/Calc: Functions listed by category|'''Functions listed by category''']]
+
* [[Documentation/How_Tos/Calc: Functions listed by category|Functions listed by category]]}}

Revision as of 14:06, 25 February 2009


NEGBINOMDIST

Calculates probabilities for a negative binomial distribution.

Syntax:

NEGBINOMDIST(x; r; p)

For independent trials each with a probability p of success, NEGBINOMDIST returns the probability that there will be exactly x failures before there have been r successes. The formula used is:
Calc negbinomdist equation.png

Example:

NEGBINOMDIST(1; 1; 0.5)

returns 0.25 (25%), the probability that heads will come up exactly once before tails has come up when tossing a coin.

Template:Documentation/SeeAlso

Personal tools