Service and Lead Time Ratio

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

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

actinst
case
time
type

Equations

Formula for practitioners

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

ST(i)\mathit{ST}(i) returns the service time of activity instance ii.
LT(i)\mathit{LT}(i) returns the lead time of activity instance ii.

Formal Definition

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

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