weibull_mean: Mean of a Weibull Distribution given known Parameters

View source: R/weibull_mean.R

weibull_meanR Documentation

Mean of a Weibull Distribution given known Parameters

Description

weibull_mean the mean for a Weibull distribution based on the shape and scale parameters.

Usage

weibull_mean(shape, scale)

Arguments

shape

The Weibull shape parameter.

scale

The Weibull scale parameter.

Value

The output will be a numeric value indicating the Weibull mean.

References

/urlhttps://en.wikipedia.org/wiki/Weibull_distribution

See Also

weibull_scale

Examples

# What is the mean of a Weibull distribution with shape 2 and scale 2000?
weibull_mean(2, 2000)
# What is the mean of a Weibull distribution with shape 1 and scale 2000?
weibull_mean(1, 2000)


jjw3952/mcotear documentation built on Sept. 2, 2023, 10:30 a.m.