Lead Time and Case count Ratio

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

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

actinst
case
time
type

Equations

Formula for practitioners

LT(g)C(g)\frac{\mathit{LT}(g)}{\mathit{C}(g)}

LT(g)\mathit{LT}(g) returns the total lead time of group gg.
C(g)\mathit{C}(g) returns the total number of cases in group gg.

Formal Definition

LT(g)C(g)\frac{\mathit{LT}(g)}{\mathit{C}(g)}

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