question

mike S4 avatar image
1 Like"
mike S4 asked Brenton King commented

How to predict the inter-arrival distribution of a source?

Hello everyone,

I need to vary the value associated with a label of each item in the warehouse based on the demand for arrival.

In my model I have a source with a known inter-arrival distribution, while the warehouse has items with a label that should be increased according to the arrivals: the more frequent these are, the more it increases and the less they are frequent and the less it increases.

Knowing the inter-arrival distribution of the source, is there a way, from the point of view of the warehouse, to estimate or predict the arrival distribution of the source and thus modify the label?

Thanks for the help.

FlexSim 19.0.0
sourcedistributionsinter-arrival time
· 6
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

1 Answer

Joerg Vogel avatar image
2 Likes"
Joerg Vogel answered Brenton King commented

You can't predict any random values. You can create a list or array of random values. Whenever You pull a value from the list, you push simultaneously a new value to the list. Because you know the entries of the list you can estimate the next events in the future.

A User Command evaluates a Global Variable string containing a statistical distribution and create an array of 10 values. The user command pulls from the global variable array the first value and push a new value to the end. 2 model triggers fill the array OnModelOpen and OnModelReset with 10 values hard coded.

initial-rand-values-global-variables.fsm


· 1
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.