Skip to contents

Makes a distribution belonging to the family of Weibull distributions.

Usage

dst_weibull(shape, scale)

Arguments

shape

Shape parameter; positive.

scale

Scale parameter; positive.

Examples

dst_weibull(1, 1)
#> [1] "weibull"    "parametric" "dst"       
#> 
#>  name :
#> [1] "weibull"