Home > OS >  How can I record the average time of a process in Anylogic?
How can I record the average time of a process in Anylogic?

Time:01-16

I am doing a medical-related simulation. As the picture shows, I want to record the average time people spent from timeMeasureStart to timeMeasureEnd. I only know how to make a simple Histogram distribution but how can I get the average time?

enter image description here

enter image description here

CodePudding user response:

You can use the DataSet feature and access the mean with dataset.getYMean().

Please see this link: enter image description here

  •  Tags:  
  • Related