powered by
Expands (sd_mult > 1) or reduces (sd_mult < 1) the standard deviation of the Skew Normal distribution without changing the mean.
sd_mult > 1
sd_mult < 1
sens_skewnorm(mean, sd, shape, sd_mult = 2)
A named list of the adjusted distribution's parameters.
A numeric vector of the means.
A non-negative numeric vector of the standard deviations.
A non-negative numeric vector of shape.
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_neg_binom(), sens_norm(), sens_pois(), sens_student()
sens_beta()
sens_exp()
sens_gamma()
sens_gamma_pois()
sens_gamma_pois_zi()
sens_lnorm()
sens_neg_binom()
sens_norm()
sens_pois()
sens_student()
if (FALSE) { # requireNamespace("sn") sens_skewnorm(10, 3, -1, 2) sens_skewnorm(10, 3, 3, 0.8) }
Run the code above in your browser using DataLab