Student[Statistics]
NegativeBinomialRandomVariable
negative binomial (Pascal) random variable
Calling Sequence
Parameters
Description
Examples
References
Compatibility
NegativeBinomialRandomVariable(x, p)
x
-
number of trials
p
probability of success
The negative binomial random variable is a discrete probability random variable 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 random variable is also known as the Pascal random variable.
with⁡StudentStatistics:
X≔NegativeBinomialRandomVariable⁡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
Y≔NegativeBinomialRandomVariable⁡3,12:
ProbabilityFunction⁡Y,x,output=plot
CDF⁡Y,x,output=plot
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.
The Student[Statistics][NegativeBinomialRandomVariable] command was introduced in Maple 18.
For more information on Maple 18 changes, see Updates in Maple 18.
See Also
Statistics[Distributions][NegativeBinomial]
Student
Student[Statistics][RandomVariable]
Download Help Document