Home > Process Simulation Statistics Reference > Activity Statistics > Activity Formulas

Activity Formulas

For example, consider a simulation model where one transaction waits for an hour, and another transaction arrives after that hour and waits for 15 minutes before both transactions are processed at the elapsed 1.25 hours. The average (Avg) wait count is 1 observed waiting, plus 2 observed waiting, divided by the 2 observations, for an average of 1.5. Written as an equation, this is (1 + 2)/2 = 1.5. When we consider the time-weighted average (Tavg) wait count, we have 1 waiting for 1.25 hours, plus 1 waiting for 0.25 hours, divided by the total time of 1.25 hours, for an average of 1.2. Written as an equation, this is (1.25 + 0.25)/1.25 = 1.2.

For the count statistics average, iGrafx recommends that you use the time-weighted average (Tavg) when it is available.

Related Topics

Activity Statistics