¿Cómo puedo poner este tiempo de proceso en mis procesadores?
El tiempo de atención es de 45 +- 20 segundos
¿Cómo puedo poner este tiempo de proceso en mis procesadores?
El tiempo de atención es de 45 +- 20 segundos
45 +-20 is a statistical expression for a standard normal distribution. You would get 99% of your values in the range of [-15 .. 105].
you can adjust the deviation that the range is [25 .. 65] for 99% of the values.
double yourTime = normal(45,20/3,getstream(current));
alternatively if you don't want a normal distribution, you can try a uniform distribution:
double yourTime = uniform(20,65,getstream(current));
10 People are following this question.
FlexSim can help you understand and improve any system or process. Transform your existing data into accurate predictions.
FlexSim is a fully 3D simulation software environment. FlexSim can be used to simulate any process in any industry.
FlexSim®, FlexSim Healthcare™, Problem Solved.®, the FlexSim logo, the FlexSim X-mark, and the FlexSim Healthcare logo with stylized Caduceus mark are trademarks of FlexSim Software Products, Inc. All rights reserved.
Privacy | Do not sell or share my personal information | Cookie preferences | Report noncompliance | Terms of use | Legal | © Autodesk Inc. All rights reserved