Description
Ratio between the lead time of a group of cases and the number of cases belonging to a group of cases.
Potential use
Event log is associated with a process for which the number of cases executed within a specific period is relevant.
Assumptions
Maximizing the number of cases performed during a specific period is desirable.
Desired Value:
MINIMIZE
Required attributes
actinstcasetimetype
Equations
Formula for practitioners
returns the total lead time of group .
returns the total 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.lead_time_and_case_count_ratio
