Learn R Programming

bivariate (version 0.3.0)

uniform: Discrete and Continuous Uniform Distributions

Description

Discrete and continuous uniform distributions. Refer to the vignette for better examples.

Usage

dubvpmf (a.X, b.X, a.Y, b.Y)
dubvcdf (a.X, b.X, a.Y, b.Y)
cubvpdf (a.X, b.X, a.Y, b.Y)
cubvcdf (a.X, b.X, a.Y, b.Y)

Arguments

a.X

Numeric scalar, giving the a value of X.

b.X

Numeric scalar, giving the b value of X.

a.Y

Numeric scalar, giving the a value of Y.

b.Y

Numeric scalar, giving the b value of Y.

Value

These functions return functions.

See Also

dubvpmf.f, dubvcdf.f, cubvpdf.f, cubvcdf.f

Examples

Run this code
# NOT RUN {
#construct some discrete uniform distributions
dubvpmf.f = dubvpmf (0, 1, 0, 1)
dubvcdf.f = dubvcdf (0, 1, 0, 1)
# }

Run the code above in your browser using DataLab