Computes \(scale \cdot \Gamma(1 + 1/shape)\).

# S3 method for class 'weibull_dist'
mean(x, ...)

Arguments

x

A weibull_dist object.

...

Additional arguments (not used).

Value

The mean of the distribution.

Examples

mean(weibull_dist(shape = 2, scale = 3))
#> [1] 2.658681