Last chance! 50% off unlimited learning
Sale ends in
Given parameters that describe a normal distribution, convert them back to parameters for a lognormal distribution.
normal_to_lognormal(normmean, normsd)
Mean.
Standard deviation.
A list.
Other distribution fitting functions:
combine_lognorm_trunc()
,
combine_lognorm()
,
combine_norm()
,
fit_capabilities_geomean()
,
fit_capabilities()
,
fit_lognorm_trunc()
,
fit_lognorm()
,
fit_norm_trunc()
,
fit_pois()
,
fit_scenarios_geomean()
,
fit_scenarios()
,
fit_threat_communities()
,
generate_cost_function()
,
lognormal_to_normal()
# NOT RUN {
normal_to_lognormal(normmean = 20, normsd = 3)
# }
Run the code above in your browser using DataLab