powered by
An object representing a multivariate univariate muniform distribution is created.
muniformdistribution(startvec, stopvec)
A vector with the lower bounds for the distribution.
A vector with the upper bounds for the distribution.
A multivariate uniform probability distribution.
# NOT RUN { dist <- muniformdistribution(rep(0, 5), rep(1, 5)) expectation(dist) variance(dist) # }
Run the code above in your browser using DataLab