Learn R Programming

bivariate (version 0.3.0)

poisson: Poisson Distributions

Description

Poisson distributions. Refer to the vignette for better examples and references.

Usage

pbvpmf (mean.X, mean.Y, covariance)
pbvcdf (mean.X, mean.Y, covariance)

Arguments

mean.X

Numeric scalar, giving the mean (and variance) of X.

mean.Y

Numeric scalar, giving the mean (and variance) of Y.

covariance

Numeric scalar, giving the covariance of X and Y.

Value

These functions return functions.

See Also

pbvpmf.f, pbvcdf.f

Examples

Run this code
# NOT RUN {
#construct some Poisson distributions
pbvpmf.f = pbvpmf (10, 10, 0)
pbvcdf.f = pbvcdf (10, 10, 0)
# }

Run the code above in your browser using DataLab