Convert normal distributions to log-normal distributions and return mean

normal_to_lognormal_mean(normmean, normsd)

Arguments

normmean

Mean of the normal distribution

normsd

Standard deviation of the normal distribution

Value

Mean of the log-normal distribution

Examples

normal_to_lognormal_mean(50,10)
#> [1] 3.892413