Rework Percentage by Value

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

Description

Percentage of times that any activity is instantiated again, after it is instantiated a certain number of times, in every case of a group of cases.

Potential use

Process where rework occurs recurrently.

Assumptions

Minimizing rework is desirable.

Desired Value:

MINIMIZE

Required attributes

act
actinst
case
type

Equations

Formula for practitioners

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

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

Formal Definition

RewCV(g,val)I(g)\frac{\mathit{RewCV}(g, \mathit{val})}{\mathit{I}(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.rework_percentage_by_value