12_PD_binomial: Binomial Distributions

Description Usage Arguments Value References See Also Examples

Description

Bivariate binomial distributions.

Usage

1
2
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

1
2
3
4
f <- bnbvpmf (0.5, 0.5, 10)

plot (f)
f (5, 5)

bivariate documentation built on April 11, 2021, 9:06 a.m.