sens_exp: Adjust Exponential Distribution Parameters for Sensitivity Analyses
Description
Expands (sd_mult > 1) or reduces (sd_mult < 1) the standard deviation
of the exponential distribution. Due to the parameterization of this
distribution, adjusting the standard deviation necessarily changes the mean
value.
Usage
sens_exp(rate, sd_mult = 2)
Value
A named list of the adjusted distribution's parameters.
Arguments
rate
A non-negative numeric vector of rate.
sd_mult
A non-negative multiplier on the standard deviation of the
distribution.