question

Farouq Halawa avatar image
0 Likes"
Farouq Halawa asked Farouq Halawa commented

How to state a percentage for PCI?

I want to generate a distribution or any other mean, so that acuity level 2 can be generated 5% of the time, and acuity level two can be generated 95% of the time. Thanks,

FlexSim HC 5.3.2
flexsim hc
· 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.

Farouq Halawa avatar image Farouq Halawa commented ·

Note that this is in a PCA table (I currently have duniform(1,2)) but I want to state a percentage instead

0 Likes 0 ·

1 Answer

·
Matthew Gillespie avatar image
0 Likes"
Matthew Gillespie answered Farouq Halawa commented

Use the P command. Just alternate listing percentages and return values:

P(Percent1, Value1, Percent2, Value2, ... , PercentN, ValueN)

In your case you'd do:

P(5, 1, 2, 95)
· 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.

Farouq Halawa avatar image Farouq Halawa commented ·

Thanks, will try it

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.