Learn R Programming

DescTools (version 0.99.60)

mpois: Mean and Variance of the Poisson Distribution

Description

Formula: \(\mu = \lambda\) \(\mathrm{Var}(X) = \lambda\)

Usage

mpois(lambda)

Value

List with mean and variance

Arguments

lambda

Rate parameter (mean)

See Also

Examples

Run this code
mpois(lambda = 4)

Run the code above in your browser using DataLab