powered by
Distributions are used for defining the domain of an integer_parameter() or numeric_parameter().
integer_parameter()
numeric_parameter()
expuniform_distribution(lower, upper)
Lower limit of the distribution.
Upper limit of the distribution.
dynparam for an overview of all dynparam functionality.
# NOT RUN { expuniform_distribution(1, 10000) expuniform_distribution(1e-5, 1e-2) # }
Run the code above in your browser using DataLab