Service and Lead Time Ratio

View in library docs
SLTR(c)\mathit{SLTR}(c)
Dimension:
Time
Granularity:
Case

Description

Ratio between the service time and the lead time of a case.

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(c)LT(c)\frac{\mathit{ST}(c)}{\mathit{LT}(c)}

ST(c)\mathit{ST}(c) returns the total service time of case cc.
LT(c)\mathit{LT}(c) returns the total lead time of case cc.

Formal Definition

ST(c)LT(c)\frac{\mathit{ST}(c)}{\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.cases.service_and_lead_time_ratio