powered by
Trivariate Dirichlet distributions.
dtvpdf (alpha.X, alpha.Y, alpha.Z)
Positive numeric values, giving the alpha parameters.
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, 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
# 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