Lead Time Deviation from time Limit

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

Description

Difference between the time that a case is expected to take and its lead time.

Potential use

Event log is associated with a process in which the lead time of a case should not exceed a specific value.

Assumptions

Exceeding the lead time limit value is undesired.

Desired Value:

MAXIMIZE

Required attributes

actinst
case
time
type

Equations

Formula for practitioners

valLT(c)val - \mathit{LT}(c)

LT(c)\mathit{LT}(c) returns the lead time of case cc.
valval represents the predefined time Limit for the case.
The expression valLT(c)|val - \mathit{LT}(c)| measures the absolute deviation of the case lead time from its deadline.

Formal Definition

valLT(c)\mathit{val} - \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.lead_time_deviation_from_deadline