I have the following issue. With a Monte Carlo simulation I have generated a data set, x values and their frequencies. When I plot the histogram I noticed that the shape of the distribution is skewed. The distribution of ln(x) is almost a perfect Gaussian distribution. As far as I have understood this right a quantity is ln-normal distributed when ln(x) is normal distributed. So what then I calculated $\mu$ and $\sigma$ of the distribution of ln(x). As I mentioned I assumed that ln(x) is normal distributed so that its PDF is $y=A\times e^{-0.5\times(ln(x)-\mu)^2/\sigma^2}$.
Now, how do I get the standard deviation of x (being ln-normal distributed) and its expected value?