I tried to model a lognormal distribution in AnyLogic and I have its standard deviation and its mean but NOT the standard deviation and mean of its included normal distribution (as AnyLogic demands). How can I model a lognormal distribution directly via ITS mean and standard deviation?
I tried to take the logarithm of my mean to implement it b/o this formula:
E(X) = exp[my+(sigma^2)/2]. So when I take the logarithm, I should get my+(sigma^2)/2. When sigma=0, I could implement a lognormal distribution, but when sigma exists, above formula also depens on sigma. Therefore, I do not know how I could implement a lognormal distribution directly over ITS mean, sigma and minimum value = 0 in AnyLogic.
Does anyone have a solution to this?