dynparam (version 1.0.2)

normal_distribution: Normal distribution

Description

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

Usage

normal_distribution(mean, sd, lower = -Inf, upper = Inf)

Arguments

mean

Mean of the distribution

sd

Standard deviation of the distribution.

lower

An optional lower limit.

upper

An optional upper limit.

See Also

dynparam for an overview of all dynparam functionality.

Examples

Run this code
# NOT RUN {
normal_distribution(mean = 0, sd = 1)

normal_distribution(mean = 5, sd = 1, lower = 1, upper = 10)
# }

Run the code above in your browser using DataLab