Expected Rework Percentage

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

Description

Expected percentage of times that any activity is instantiated again, after its first instantiation, in a case belonging to a group of cases.

Potential use

If the event log does not contain cost information, Expected 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

cgRewP(c)C(g)\frac{\sum _{c \in g} \mathit{RewP}(c)}{\mathit{C}(g)}

RewP(c)\mathit{RewP}(c) returns the rework percentage for case cc.
C(g)\mathit{C}(g) returns the number of cases in group gg.

Formal Definition

cgRewP(c)C(g)\frac{\sum _{c \in g} \mathit{RewP}(c)}{\mathit{C}(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.expected_rework_percentage