powered by
The function creates an object which represents the uniform distribution.
unifdist(min = 0, max = 1)
minimum parameter, default: 0.
maximum parameter, default: 1.
Object of class unifdist.
See Uniform.
Uniform
# NOT RUN { U <- unifdist(1, 5) d(U, c(2, 3, 4, NA)) r(U, 5) # }
Run the code above in your browser using DataLab