Service and Lead Time Ratio

View in library docs
SLTR(a)\mathit{SLTR}(a)
Dimension:
Time
Granularity:
Activity

Description

Ratio between the service time and the lead time of all instantiations of an activity in the event log.

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

act
actinst
case
time
type

Equations

Formula for practitioners

ST(a)LT(a)\frac{\mathit{ST}(a)}{\mathit{LT}(a)}

ST(a)\mathit{ST}(a) returns the total service time accumulated across all instances of activity aa.
LT(a)\mathit{LT}(a) returns the total lead time of activity aa.

Formal Definition

ST(a)LT(a)\frac{\mathit{ST}(a)}{\mathit{LT}(a)}

Tags

act
actinst
case
time
type

Python implementation

This indicator is implemented in the process_performance_indicators Python library.

process_performance_indicators.indicators.time.activities.service_and_lead_time_ratio