Statistics[Distributions]
NegativeBinomial
negative binomial (Pascal) distribution
Calling Sequence
Parameters
Description
Examples
References
NegativeBinomial(x, p)
NegativeBinomialDistribution(x, p)
x
-
number of trials
p
probability of success
The negative binomial distribution is a discrete probability distribution with probability function given by:
f⁡t=0t<0Γ⁡x+t⁢px⁢1−ptΓ⁡x⁢t!otherwise
subject to the following conditions:
0<x,0<p,p≤1
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.
with⁡Statistics:
X≔RandomVariable⁡NegativeBinomial⁡x,p:
ProbabilityFunction⁡X,u
0u<0x+u−1u⁢px⁢1−puotherwise
ProbabilityFunction⁡X,2
x+12⁢px⁢1−p2
Mean⁡X
x⁢1−pp
Variance⁡X
x⁢1−pp2
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[RandomVariable]
Download Help Document