
Expands (sd_mult > 1
) the standard deviation of the Negative Binomial
distribution. This function does not currently have the option to reduce the
standard deviation.
sens_neg_binom(lambda, theta, sd_mult = 2)
A named list of the adjusted distribution's parameters.
A non-negative numeric vector of means.
A non-negative numeric vector of the dispersion for the mixture models (student, gamma-Poisson and beta-binomial).
A non-negative multiplier on the standard deviation of the distribution.
Other sens_dist:
sens_beta()
,
sens_exp()
,
sens_gamma()
,
sens_gamma_pois()
,
sens_gamma_pois_zi()
,
sens_lnorm()
,
sens_norm()
,
sens_pois()
,
sens_skewnorm()
,
sens_student()