Makes a distribution belonging to the family of Uniform distributions.

dst_unif(min, max)

Arguments

min, max

Minimum and maximum of the distribution.

Examples

dst_unif(0, 1)
#> unif parametric dst
#> 
#>  name :
#> [1] "unif"