Statistics Toolbox
  Go to function:
    Search    Help Desk 
nbinstat    Examples   See Also

Mean and variance of the negative binomial distribution.

Syntax

Description

[M,V] = nbinstat(R,P) returns the mean and variance of the negative binomial distibution with parameters R and P.

For the negative binomial distribution:

where q = 1 - p.

Example

See Also

nbincdf, nbininv, nbinpdf, nbinrnd



[ Previous | Help Desk | Next ]