dynparam (version 1.0.2)

expuniform_distribution: Exponentially scaled uniform distribution.

Description

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

Usage

expuniform_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 {
expuniform_distribution(1, 10000)

expuniform_distribution(1e-5, 1e-2)
# }

Run the code above in your browser using DataLab