Statistics Toolbox
  Go to function:
    Search    Help Desk 
poisstat    Examples

Mean and variance for the Poisson distribution.

Syntax

Description

M = poisstat(LAMBDA) returns the mean of the Poisson distribution with parameter, LAMBDA. M and LAMBDA match each other in size.

[M,V] = poisstat(LAMBDA) also returns the variance of the Poisson
distribution
.

For the Poisson distribution:

Examples

Find the mean and variance for the Poisson distribution with = 2:



[ Previous | Help Desk | Next ]