powered by
An object representing a univariate uniform distribution is created.
uniformdistribution(a = 0, b = 1)
The lower bound for the distribution. The default is 0.
The upper bound for the distribution. The default is 1.
A uniform probability distribution.
# NOT RUN { dist <- uniformdistribution() expectation(dist) variance(dist) # }
Run the code above in your browser using DataLab