powered by
Expands (sd_mult > 1) or reduces (sd_mult < 1) the standard deviation of the Zero-Inflated Gamma-Poisson distribution.
sd_mult > 1
sd_mult < 1
sens_gamma_pois_zi(lambda, theta, prob, 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 numeric vector of values between 0 and 1 of the probability of success.
A non-negative multiplier on the standard deviation of the distribution.
Other sens_dist: sens_beta(), sens_exp(), sens_gamma(), sens_gamma_pois(), sens_lnorm(), sens_neg_binom(), sens_norm(), sens_pois(), sens_skewnorm(), sens_student()
sens_beta()
sens_exp()
sens_gamma()
sens_gamma_pois()
sens_lnorm()
sens_neg_binom()
sens_norm()
sens_pois()
sens_skewnorm()
sens_student()
sens_gamma_pois_zi(10, 0.1, 0.3, 2)
Run the code above in your browser using DataLab