.convert_params_weibull {epiparameter} | R Documentation |
Convert parameters of the Weibull distribution to summary statistics
Description
Convert the shape and scale parameters of the Weibull
distribution to a number of summary statistics which can be calculated
analytically given the Weibull parameters. Note the conversion uses the
gamma()
function.
Usage
.convert_params_weibull(...)
Arguments
... |
< |
Value
A list of eight elements including: mean, median, mode,
variance (var
), standard deviation (sd
), coefficient of variation (cv
),
skewness, and excess kurtosis (ex_kurtosis
).
[Package epiparameter version 0.4.0 Index]