Expected Rework Count

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

Description

Expected number of times that any activity is instantiated again, after its first instantiation, in a case belonging to a group of cases.

Potential use

Process where rework recurrently occurs.

Assumptions

Minimizing rework is desirable.

Desired Value:

MINIMIZE

Required attributes

act
actinst
case
type

Equations

Formula for practitioners

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

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

Formal Definition

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

Tags

act
actinst
case
type

Python implementation

This indicator is implemented in the process_performance_indicators Python library.

process_performance_indicators.indicators.quality.groups.expected_rework_count