question

Daniel avatar image
0 Likes"
Daniel asked Daniel commented

Custom normal distribution for the arrival of customers

I'm working on a model that simulates the arrival customers. The number of customers and the arrival time vary between 11.00 am and 02.00 pm. They can be approximated by a normal distribution. There are two distinctive peaks at 11.45 am and 01.00 pm.

I already found my way to the parameters of the normal function in flexscript. Is there a way to change the number stream into the model time so that I can use this function to simulate my customer stream? (The solution would be 2 different sources with separate functions for the peaks).

Summarized: I want to create a normal distribution that doesn't use the inter-arrival-time but rather the actual model time.

FlexSim 23.2.0
flexscriptsourcenormal distribution
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

·
Jason Lightfoot avatar image
0 Likes"
Jason Lightfoot answered Daniel commented

Sure - you can generate your arrival times using the distribution and then schedule them - which you could for example implement in a process flow with a delay to the arrival time.

You could also try setting up the datetime source activity in a process flow with an Offset Variability that is/are your normal distribution/s.

1701432384278.png


1701432384278.png (25.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.

Daniel avatar image Daniel commented ·

Hello Jason,

thank you for the quick response. The date time source solved my problem after I figured out how it worked. Thanks again for the help.

I'll upload an example for anyone that needs the same solution.

example.fsm


0 Likes 0 ·
example.fsm (42.6 KiB)

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.