weibull_mean | R Documentation |
weibull_mean
the mean for a Weibull distribution based on
the shape and scale parameters.
weibull_mean(shape, scale)
shape |
The Weibull shape parameter. |
scale |
The Weibull scale parameter. |
The output will be a numeric value indicating the Weibull mean.
/urlhttps://en.wikipedia.org/wiki/Weibull_distribution
weibull_scale
# 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.