Rework Percentage

View in library docs
RewP(g)\mathit{RewP}(g)
Dimension:
Cost
Granularity:
Group of cases

Description

Percentage of times that any activity is instantiated again, after its first instantiation, in every case of a group of cases.

Potential use

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

Assumptions

Minimizing rework is desirable.

Desired Value:

MINIMIZE

Required attributes

act
actinst
case
type

Equations

Formula for practitioners

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

RewC(g)\mathit{RewC}(g) returns the rework count for group gg.
I(g)\mathit{I}(g) returns the total number of activity instances in group gg.

Formal Definition

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