Description
Ratio between the service time and the lead time of an activity instance.
Potential use
Event log in which the difference between service time and lead time is of relevance.
Assumptions
Ratio between service time and lead time should be as large as possible.
Desired Value:
MAXIMIZE
Required attributes
actinstcasetimetype
Equations
Formula for practitioners
returns the service time of activity instance .
returns the lead time of activity instance .
Formal Definition
Tags
actinst
case
time
type
Python implementation
This indicator is implemented in the process_performance_indicators Python library.
process_performance_indicators.indicators.time.instances.service_and_lead_time_ratio
