dynparam (version 1.0.2)

uniform_distribution: Uniform distribution

Description

Distributions are used for defining the domain of an integer_parameter() or numeric_parameter().

Usage

uniform_distribution(lower, upper)

Arguments

lower

Lower limit of the distribution.

upper

Upper limit of the distribution.

See Also

dynparam for an overview of all dynparam functionality.

Examples

Run this code
# NOT RUN {
uniform_distribution(1, 10)
# }

Run the code above in your browser using DataCamp Workspace