expuniform_distribution {dynparam} | R Documentation |
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
expuniform_distribution(1, 10000)
expuniform_distribution(1e-5, 1e-2)
[Package dynparam version 1.0.2 Index]