Description Usage Arguments Value Examples
Calculate the median of a Weibull distribution from the shape and rate.
1 | WeiMed(shape, rate)
|
shape |
Shape parameter, 'alpha'. |
rate |
Rate parameter, 'lambda'. |
Numeric median.
1 2 3 | # In the case of shape = 1 and rate = 1, the distribution
# is exponential, and the median is log(2).
med <- WeiMed(shape = 1, rate = 1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.