Expected Service and Lead Time Ratio

View in library docs
eSLTR(g)\mathit{e}\mathit{SLTR}(g)
Dimension:
Time
Granularity:
Group of cases

Description

Expected ratio between the service time and the lead time of a case belonging to a group of cases.

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(g)cgLT(c)\frac{\mathit{ST}(g)}{\sum _{c \in g} \mathit{LT}(c)}

ST(g)\mathit{ST}(g) returns the total service time accumulated across all cases in group gg.
LT(c)\mathit{LT}(c) returns the total lead time of case cc.

Formal Definition

ST(g)cgLT(c)\frac{\mathit{ST}(g)}{\sum _{c \in g} \mathit{LT}(c)}

Tags

actinst
case
time
type

Python implementation

This indicator is implemented in the process_performance_indicators Python library.

process_performance_indicators.indicators.time.groups.expected_service_and_lead_time_ratio