uniform_distribution {dynparam}R Documentation

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

uniform_distribution(1, 10)

[Package dynparam version 1.0.2 Index]