Learn R Programming

bivariate (version 0.7.0)

12_PD_binomial: Binomial Distributions

Description

Bivariate binomial distributions.

Usage

bnbvpmf (p.X, p.Y, n=1)
bnbvcdf (p.X, p.Y, n=1)

Arguments

p.X, p.Y

Numeric values (between zero and one), giving the probabilities of the first and second events.

n

Positive integer, giving the number of trials.

Value

Self-referencing S4-based function objects.

Refer to Function Objects.

References

Refer to the vignette for an overview, references, theoretical background and better examples.

See Also

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

Examples

Run this code
# NOT RUN {
f <- bnbvpmf (0.5, 0.5, 10)

plot (f)
f (5, 5)
# }

Run the code above in your browser using DataLab