question

Michael P2 avatar image
0 Likes"
Michael P2 asked Matthew Gillespie commented

Modeling of discrete process time distribution

Hello,

we want to model discrete process times in FlexSim Healthcare from historic data as best approximation (a continuous distribution just does not capture reality in our case).

Our data looks similar to this P(18min)=6.24%, P(27min)=6.25% etc...

P(6.25,18,12.50,27,6.25,28,12.50,32,6.25,33,6.25,34,6.25,36,6.25,39,6.25,40,6.25,45,6.25,52,6.25,55,6.25,57,6.25,60)

We tried to implement this by reading from a table but received an error message. Is FlexSim really limited to 9 variables as input to the process time?

Thanks,

Michael

FlexSim 18.0.3
FlexSim HC 5.3.4
distributionsdempiricaldiscrete process times
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

·
Matthew Gillespie avatar image
2 Likes"
Matthew Gillespie answered Matthew Gillespie commented

The P command can only take 18 parameters, but the P command is a shortcut command intended to make it easier to write short probabilistic functions.

You should use the dempirical command. This command references a table with one column of percentages and a second column of values. Check out this sample model.

dempiricalexample.fsm

You can also use the empirical and cempirical commands to generate continuous values from a similar set of percentages and values.


· 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.

Matthew Gillespie avatar image Matthew Gillespie ♦♦ commented ·

Here is that same model, but built in FlexSim 17.0 for standard FlexSim users.

dempiricalexample-standard.fsm

0 Likes 0 ·

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.