Hello,
Could someone help me with a question? My situation is as follows:
I need my source to create 5000 products in a given period of time. There are 8 product models in total that arrive randomly, and it is not possible to determine the probabilities of arrival at this time. The products arrive randomly and not uniformly. It is really unpredictable.
Only one of the models arrives with a minimum quantity of 2000 units, the other 7 models are unpredictable.
With the DUNIFORM distribution it is not possible to do this, and also with the empirical distribution, because I do not know the probabilities.
Is there any way to do it via script?
Thank you very much!