Learn R Programming

distributional (version 0.1.0)

dist_weibull: The Weibull distribution

Description

stable

Usage

dist_weibull(shape, scale)

Arguments

shape

shape and scale parameters, the latter defaulting to 1.

scale

shape and scale parameters, the latter defaulting to 1.

See Also

stats::Weibull

Examples

Run this code
# NOT RUN {
dist_weibull(shape = c(0.5, 1, 1.5, 5), scale = rep(1, 4))

# }

Run the code above in your browser using DataLab