normal_distribution: Normal distribution

Description Usage Arguments See Also Examples

Description

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

Usage

1
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

1
2
3
normal_distribution(mean = 0, sd = 1)

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

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