NegativeBinomial - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


Statistics[Distributions]

  

NegativeBinomial

  

negative binomial (Pascal) distribution

 

Calling Sequence

Parameters

Description

Examples

References

Calling Sequence

NegativeBinomial(x, p)

NegativeBinomialDistribution(x, p)

Parameters

x

-

number of trials

p

-

probability of success

Description

• 

The negative binomial distribution is a discrete probability distribution with probability function given by:

ft=0t<0Γx+tpx1ptΓxt!otherwise

  

subject to the following conditions:

0<x,0<p,p1

• 

The negative binomial distribution is also known as the Pascal distribution.

• 

Note that the NegativeBinomial command is inert and should be used in combination with the RandomVariable command.

Examples

withStatistics&colon;

XRandomVariableNegativeBinomialx&comma;p&colon;

ProbabilityFunctionX&comma;u

0u<0x+u1upx1puotherwise

(1)

ProbabilityFunctionX&comma;2

x+12px1p2

(2)

MeanX

x1pp

(3)

VarianceX

x1pp2

(4)

References

  

Evans, Merran; Hastings, Nicholas; and Peacock, Brian. Statistical Distributions. 3rd ed. Hoboken: Wiley, 2000.

  

Johnson, Norman L.; Kotz, Samuel; and Balakrishnan, N. Continuous Univariate Distributions. 2nd ed. 2 vols. Hoboken: Wiley, 1995.

  

Stuart, Alan, and Ord, Keith. Kendall's Advanced Theory of Statistics. 6th ed. London: Edward Arnold, 1998. Vol. 1: Distribution Theory.

See Also

Statistics

Statistics[Distributions]

Statistics[RandomVariable]