Expected Lead Time Deviation from time Limit
View in library docsDimension:
Time
Granularity:
Group of cases
Description
Difference between the time that a case in a group of cases 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
actinstcasetimetype
Equations
Formula for practitioners
returns the lead time deviation from time Limit for case .
represents the predefined time Limit.
returns the number of cases in group .
Formal Definition
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_lead_time_deviation_from_deadline
