powered by
Discrete and continuous uniform distributions. Refer to the vignette for better examples.
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)
Numeric scalar, giving the a value of X.
Numeric scalar, giving the b value of X.
Numeric scalar, giving the a value of Y.
Numeric scalar, giving the b value of Y.
These functions return functions.
dubvpmf.f, dubvcdf.f, cubvpdf.f, cubvcdf.f
# 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