R/weibull_dist.R
mean.weibull_dist.Rd
Computes \(scale \cdot \Gamma(1 + 1/shape)\).
# S3 method for class 'weibull_dist' mean(x, ...)
A weibull_dist object.
weibull_dist
Additional arguments (not used).
The mean of the distribution.
mean(weibull_dist(shape = 2, scale = 3)) #> [1] 2.658681