.convert_params_nbinom | R Documentation |
Convert the probability (prob
) and dispersion parameters of
the negative binomial distribution to a number of summary statistics which
can be calculated analytically given the negative binomial parameters.
One exception is the median which is calculated using qnbinom()
as no
analytical form is available.
The parameters are prob
and dispersion
(which is also commonly
represented as r).
.convert_params_nbinom(...)
... |
< |
A list of eight elements including: mean, median, mode,
variance (var
), standard deviation (sd
), coefficient of variation (cv
),
skewness, and ex_kurtosis.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.