.convert_params_gamma | R Documentation |
Convert the shape and scale parameters of the gamma
distribution to a number of summary statistics which can be calculated
analytically given the gamma parameters. One exception is the median which
is calculated using qgamma()
as no analytical form is available.
.convert_params_gamma(...)
... |
< |
A list of eight elements including: mean, median, mode,
variance (var
), standard deviation (sd
), coefficient of variation (cv
),
skewness, and excess kurtosis (ex_kurtosis
).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.