Rework Percentage by Value

View in library docs
RewPV(c,val)\mathit{RewPV}(c, \mathit{val})
Dimension:
Quality
Granularity:
Case

Description

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

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

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

Formal Definition

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

Tags

act
actinst
case
type

Python implementation

This indicator is implemented in the process_performance_indicators Python library.

process_performance_indicators.indicators.quality.cases.rework_percentage_by_value