Expected Rework Count by Value

View in library docs
eRewCV(g,val)\mathit{e}\mathit{RewCV}(g, \mathit{val})
Dimension:
Quality
Granularity:
Group of cases

Description

Expected number of times that any activity is instantiated again, after it is instantiated a certain number of times, 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

RewCV(g,val)C(g)\frac{\mathit{RewCV}(g, \mathit{val})}{\mathit{C}(g)}

RewCV(g,val)\mathit{RewCV}(g, \mathit{val}) returns the total rework count by value val\mathit{val} for group gg.
C(g)\mathit{C}(g) returns the number of cases in group gg.

Formal Definition

RewCV(g,val)C(g)\frac{\mathit{RewCV}(g, \mathit{val})}{\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_by_value