powered by
Bivariate uniform distributions, both discrete and continuous (on closed intervals).
#discrete dubvpmf ( a.X, b.X, #first variable a.Y, b.Y) #second variable dubvcdf ( a.X, b.X, a.Y, b.Y)#continuous cubvpdf ( a.X, b.X, a.Y, b.Y) cubvcdf ( a.X, b.X, a.Y, b.Y)
#continuous cubvpdf ( a.X, b.X, a.Y, b.Y) cubvcdf ( a.X, b.X, a.Y, b.Y)
Integers (in the discrete case) or numeric values (in the continuous case), giving the min/max possible values of X.
Integers (in the discrete case) or numeric values (in the continuous case), giving the min/max possible values of Y.
Self-referencing S4-based function objects.
Refer to Function Objects.
Refer to the vignette for an overview, references, theoretical background and better examples.
Binomial, 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 <- dubvpmf ( 1, 4, #first variable 1, 4) #second varaible 1 / (4 * 4) plot (f) f (1, 1) # }
Run the code above in your browser using DataLab