Generates a distribution definition when only parameter estimates
are available for log normal distributed parameters. See
rlnorm()
for
distribution information.
lognorm_dist_def(mean, mean_sd, sd, sd_sd, max_value, samples, to_log = FALSE)
A <data.table>
defining the distribution as used by dist_skel()
Numeric, log mean parameter of the gamma distribution.
Numeric, standard deviation of the log mean parameter.
Numeric, log sd parameter of the gamma distribution.
Numeric, standard deviation of the log sd parameter.
Numeric, the maximum value to allow. Defaults to 120. Samples outside of this range are resampled.
Numeric, number of sample distributions to generate.
Logical, should parameters be logged before use.