Creates an Object Representing Uniform Distribution
The function creates an object which represents the uniform distribution.
unifdist(min = 0, max = 1)
min |
minimum parameter, default: 0. |
max |
maximum parameter, default: 1. |
See Uniform
.
Object of class unifdist.
U <- unifdist(1, 5) d(U, c(2, 3, 4, NA)) r(U, 5)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.