Learn R Programming

distributional (version 0.1.0)

dist_uniform: The Uniform distribution

Description

stable

Usage

dist_uniform(min, max)

Arguments

min

lower and upper limits of the distribution. Must be finite.

max

lower and upper limits of the distribution. Must be finite.

See Also

stats::Uniform

Examples

Run this code
# NOT RUN {
dist_uniform(min = c(3, -2), max = c(5, 4))

# }

Run the code above in your browser using DataLab