Can someone please tell me how I can possibly implement probability distributions such as Normal, Exponential, Weibull, Gamma, LogNormal, Beta, Pearson6, etc using C++ libraries. I'm trying to simulate the arrival of clients at a shop in C++. Thus, I would like to estimate their inter-arrival times using the anyone of the abovementioned probability distributions.
Please help.
Start Free Trial