Learn R Programming

bivariate (version 0.7.0)

17_PD_dirichlet: Trivariate Dirichlet Distributions

Description

Trivariate Dirichlet distributions.

Usage

dtvpdf (alpha.X, alpha.Y, alpha.Z)

Arguments

alpha.X, alpha.Y, alpha.Z

Positive numeric values, giving the alpha parameters.

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.

Binomial, Poisson and Categorical For other probability distributions of discrete random variables.

Normal, Bimodal and Nonparametric For other probability distributions of continuous random variables.

Main Plotting Functions

Density Matrices

Examples

Run this code
# NOT RUN {
f <- dtvpdf (1.05, 1.05, 1.05)

plot (f)
f (0.3, 0.3, 0.4)
# }

Run the code above in your browser using DataLab