Closed damonbayer closed 2 years ago
Two changes:
number_balked
activity_time
Many thanks, but I'd prefer to add a leave activity, which sets finished to FALSE, and keep the calculation, as you can see in the commit above.
leave
finished
FALSE
Two changes:
number_balked
yields 0, when five customers balk in the log. When a customer balks, theiractivity_time
is 0, so I used this to count the number of balks. Maybe there is a better way to calculate this.