poisscdf
Poisson cumulative distribution function
Description
computes the Poisson cumulative distribution function at each of the values in
y
= poisscdf(x
,lambda
)x
using the rate parameters in lambda
.
x
and lambda
can be scalars, vectors,
matrices, or multidimensional arrays that all have the same size. If only one argument is a
scalar, poisscdf
expands it to a constant array with the same dimensions
as the other argument.
Examples
Input Arguments
Output Arguments
More About
Alternative Functionality
poisscdf
is a function specific to Poisson distribution. Statistics and Machine Learning Toolbox™ also offers the generic functioncdf
, which supports various probability distributions. To usecdf
, specify the probability distribution name and its parameters. Alternatively, create aPoissonDistribution
probability distribution object and pass the object as an input argument. Note that the distribution-specific functionpoisscdf
is faster than the generic functioncdf
.Use the Probability Distribution Function app to create an interactive plot of the cumulative distribution function (cdf) or probability density function (pdf) for a probability distribution.
Extended Capabilities
Version History
Introduced before R2006a