mpois: Mean and Variance of the Poisson Distribution

View source: R/moments.R

mpoisR Documentation

Mean and Variance of the Poisson Distribution

Description

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

Usage

mpois(lambda)

Arguments

lambda

Rate parameter (mean)

Value

List with mean and variance

References

Ross, S.M. (2014). Introduction to Probability Models. Academic Press.

See Also

dpois

Examples

mpois(lambda = 4)

AndriSignorell/DescTools documentation built on June 11, 2025, 10:41 p.m.