Skip to contents

Makes a Weibull distribution.

Usage

dst_weibull(shape, scale)

Arguments

shape

Shape parameter; single positive numeric.

scale

Scale parameter; single positive numeric.

Value

A Weibull distribution.

Examples

dst_weibull(1, 1)
#> Weibull distribution (continuous)
#> --Parameters--
#> shape scale 
#>     1     1