ambehnam
ambehnam
Thank you for your quick response. I want a log-normal distribution that has the properties E[X] = 500 and SD(X) = 270.
I used the method of moments as you explained above and was able to run the code without error. However, the standard deviation I get from the ChaosPy (0.48) is...
Thanks a lot for the great information you provided. I look forward to going through the tutorial when it would be available.
Thank you very much for the detailed tutorial. I tried to replicate it by adding the following few lines to my code: distribution_q = cp.J(cp.LogNormal(gamma_mu_g, gamma_sig_g), cp.LogNormal(a0_mu_g, a0_sig_g), cp.LogNormal(b0_mu_g, b0_sig_g),...
Thank you very much for the comprehensive information. I will make a comparison between Dakota, Chaospy and a MC simulation to see how it would work and will share the...