Convert normal distributions to log-normal distributions and return standard deviation

normal_to_lognormal_sd(normmean, normsd)

Arguments

normmean

Mean of the normal distribution

normsd

Standard deviation of the normal distribution

Value

Standard deviation of the log-normal distribution

Examples

normal_to_lognormal_sd(50,10)
#> [1] 0.1980422