get_Weibull_parameters | R Documentation |
Returns the Weibull shape and scale parameters given the mean and the CoV of the target Weibull distribution.
get_Weibull_parameters(target_mean, target_cv)
target_mean |
mean of the target Weibull distribution. |
target_cv |
CoV of the target Weibull distribution. |
get_Weibull_parameters(target_mean = 100000, target_cv = 0.60)
get_Weibull_parameters(target_mean = c(100000, 200000, 300000),
target_cv = 0.60)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.