Expected Rework of activities Subset

View in library docs
eRewSub(g,sub)\mathit{e}\mathit{RewSub}(g, \mathit{sub})
Dimension:
Quality
Granularity:
Group of cases

Description

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

Potential use

Process where rework occurs recurrently, but only the rework of some activities is of interest.

Assumptions

Minimizing rework is desirable.

Desired Value:

MINIMIZE

Required attributes

act
actinst
case
type

Equations

Formula for practitioners

RewSub(g,sub)C(g)\frac{\mathit{RewSub}(g, \mathit{sub})}{\mathit{C}(g)}

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

Formal Definition

RewSub(g,sub)C(g)\frac{\mathit{RewSub}(g, \mathit{sub})}{\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_of_activities_subset