Rework Percentage by Value

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

Description

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

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

RewCV(a,val)\mathit{RewCV}(a, \mathit{val}) returns the rework count by value val\mathit{val} for activity aa.
I(a)\mathit{I}(a) returns the total number of instances of activity aa.

Formal Definition

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

Tags

act
actinst
case
type

Python implementation

This indicator is implemented in the process_performance_indicators Python library.

process_performance_indicators.indicators.quality.activities.rework_percentage_by_value