powered by
Poisson distributions. Refer to the vignette for better examples and references.
pbvpmf (mean.X, mean.Y, covariance) pbvcdf (mean.X, mean.Y, covariance)
Numeric scalar, giving the mean (and variance) of X.
Numeric scalar, giving the mean (and variance) of Y.
Numeric scalar, giving the covariance of X and Y.
These functions return functions.
pbvpmf.f, pbvcdf.f
# 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