uniform_distribution: Uniform distribution

Description Usage Arguments See Also Examples

Description

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

Usage

1
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

1

dynverse/dynparam documentation built on May 29, 2019, 8 a.m.