powered by
Bivariate binomial distributions.
bnbvpmf (p.X, p.Y, n=1) bnbvcdf (p.X, p.Y, n=1)
Numeric values (between zero and one), giving the probabilities of the first and second events.
Positive integer, giving the number of trials.
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.
Poisson 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 <- bnbvpmf (0.5, 0.5, 10) plot (f) f (5, 5) # }
Run the code above in your browser using DataLab