Expected Rework Time

View in library docs
eRT(g)\mathit{e}\mathit{RT}(g)
Dimension:
Quality
Granularity:
Group of cases

Description

Expected sum of the elapsed time for all times that any activity is instantiated again, after its first instantiation, in a case belonging to a group of cases.

Potential use

Process where measuring the time spent on rework activities is of relevance.

Assumptions

Minimizing the time spent on reworking is desirable.

Desired Value:

MINIMIZE

Required attributes

act
actinst
case
time
type

Equations

Formula for practitioners

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

RT(g)\mathit{RT}(g) returns the total rework time for group gg.
C(g)\mathit{C}(g) returns the number of cases in group gg.

Formal Definition

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

Tags

act
actinst
case
time
type

Python implementation

This indicator is implemented in the process_performance_indicators Python library.

process_performance_indicators.indicators.quality.groups.expected_rework_time