question

Ankur A3 avatar image
0 Likes"
Ankur A3 asked Ankur A3 commented

Replicating Arrivals In Given Format

Hi Team,

I came across a scenario where I have following conditions:

1. Arrival has to happen in given time interval only.

1652096969984.png

2. Minimum 1 arrivals daily and maximum 4 arrivals daily

3. On an Average 3 arrivals daily in a month

I am facing issue to give distribution as in point 2 and 3.

Any help would be appreciated?

Thank you!

Other (please specify)
Other
arrivalsscenariocustomdistribution
1652096969984.png (3.7 KiB)
· 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.

Kavika F avatar image Kavika F ♦ commented ·

Hi @Ankur A3, was Jacob W2's answer helpful? If so, please click the "Accept" button at the bottom of the one that best answers your question. Or if you still have questions, add a comment and we'll continue the conversation.

If we haven't heard back from you within 3 business days we'll auto-accept an answer, but you can always unaccept and comment back to reopen your question.

0 Likes 0 ·

1 Answer

·
Jacob W2 avatar image
0 Likes"
Jacob W2 answered Ankur A3 commented

Hi @Ankur A3,

I was able to create a system that models the arrival of the items as you specified in your question. I will include my model and some images to help show what I did.

Using process flow I set up a "Date Time Source" that allowed me to specify what times items would be arriving and how many items would arrive during that time. Each of the four time slots was set up to have a chance to produce one item. This value was set by using a Bernoulli distribution.

processflow-source-arrivals.jpg

To ensure that every day at least one item would be created I set the possibility of one item being created to 100%. I also created a set of parameters that allows one to quickly change the percentage for each Bernoulli distribution.

parameters.jpg

I used these parameters to use experimenter to find the best setup of distributions to have an average of 3 items per day over the space of a month. The image below shows the results of three different parameter setups.

experimenter-results.jpg

Feel free to reach out if you have any more questions about how I set this up.

Replicating Arrivals-JW.fsm


· 4
5 |100000

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

Ankur A3 avatar image Ankur A3 commented ·

Hi @Jacob W2,

Thanks for your answer.

I couldn't check your model due to version restriction. In the mean time, I got some idea to model the scenario. Let me just share my thought here.

After defining arrivals in given time slots, I will just defining distribution for counter every day for which there will be min, max and avg value as given. Based on counter value every day, we will accept the token to create object.

Thank you!

0 Likes 0 ·
Jacob W2 avatar image Jacob W2 ♦ Ankur A3 commented ·
What version are you using? I can create a new model in that version so that you can see what I did.
0 Likes 0 ·
Ankur A3 avatar image Ankur A3 Jacob W2 ♦ commented ·

I am using version 21.1.2.

0 Likes 0 ·
Show more comments

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

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