powered by
Bivariate Poisson distributions.
pbvpmf (lambda.1, lambda.2, lambda.3) pbvcdf (lambda.1, lambda.2, lambda.3)pbvpmf.2 (mean.X, mean.Y, cov) pbvcdf.2 (mean.X, mean.Y, cov)
pbvpmf.2 (mean.X, mean.Y, cov) pbvcdf.2 (mean.X, mean.Y, cov)
Positive numeric values, giving the first, second and third lambda parameters.
Suitable numeric values, giving the mean of X and Y. Note that their means equal their variances.
Suitable numeric value, giving the covariance of X and Y.
Self-referencing S4-based function objects.
Refer to Function Objects.
Refer to the vignette for an overview, references, theoretical background and better examples.
Uniform For uniform distributions.
Binomial and Categorical For other probability distributions of discrete random variables.
Normal, Bimodal, Dirichlet and Nonparametric For other probability distributions of continuous random variables.
Main Plotting Functions
Density Matrices
# NOT RUN { f <- pbvpmf (10, 10, 0) plot (f) f (5, 5) # }
Run the code above in your browser using DataLab