powered by
Distributions are used for defining the domain of an integer_parameter() or numeric_parameter().
integer_parameter()
numeric_parameter()
normal_distribution(mean, sd, lower = -Inf, upper = Inf)
Mean of the distribution
Standard deviation of the distribution.
An optional lower limit.
An optional upper limit.
dynparam for an overview of all dynparam functionality.
# NOT RUN { normal_distribution(mean = 0, sd = 1) normal_distribution(mean = 5, sd = 1, lower = 1, upper = 10) # }
Run the code above in your browser using DataLab