Skip to contents

Makes a distribution belonging to the family of Uniform distributions.

Usage

dst_unif(min, max)

Arguments

min, max

Minimum and maximum of the distribution.

Examples

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