Rework Percentage

View in library docs
RewP(a)\mathit{RewP}(a)
Dimension:
Cost
Granularity:
Activity

Description

Percentage of times that an activity is instantiated again, after its first instantiation, in any case of the event log.

Potential use

If the event log does not contain cost information, Rework Percentage can be used as a proxy for the cost performance of an activity.

Assumptions

Minimizing rework is desirable.

Desired Value:

MINIMIZE

Required attributes

act
actinst
case
type

Equations

Formula for practitioners

RewC(a)I(a)\frac{\mathit{RewC}(a)}{\mathit{I}(a)}

RewC(a)\mathit{RewC}(a) returns the rework count for activity aa.
I(a)\mathit{I}(a) returns the number of instances of activity aa.

Formal Definition

RewC(a)I(a)\frac{\mathit{RewC}(a)}{\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.cost.activities.rework_percentage