
Last chance! 50% off unlimited learning
Sale ends in
Distributions are used for defining the domain of an integer_parameter()
or numeric_parameter()
.
uniform_distribution(lower, upper)
Lower limit of the distribution.
Upper limit of the distribution.
dynparam for an overview of all dynparam functionality.
# NOT RUN {
uniform_distribution(1, 10)
# }
Run the code above in your browser using DataLab