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