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

Online Help

All Products    Maple    MapleSim


Student[Statistics]

  

NegativeBinomialRandomVariable

  

negative binomial (Pascal) random variable

 

Calling Sequence

Parameters

Description

Examples

References

Compatibility

Calling Sequence

NegativeBinomialRandomVariable(x, p)

Parameters

x

-

number of trials

p

-

probability of success

Description

• 

The negative binomial random variable is a discrete probability random variable 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 random variable is also known as the Pascal random variable.

Examples

withStudentStatistics&colon;

XNegativeBinomialRandomVariablex&comma;p&colon;

ProbabilityFunctionX&comma;u

0u<0x+u1upx1puotherwise

(1)

ProbabilityFunctionX&comma;2

x+12px1p2

(2)

MeanX

x1pp

(3)

VarianceX

x1pp2

(4)

YNegativeBinomialRandomVariable3&comma;12&colon;

ProbabilityFunctionY&comma;x&comma;output=plot

CDFY&comma;x&comma;output=plot

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.

Compatibility

• 

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]

Student[Statistics][RandomVariable]