RewC(g)\mathit{RewC}(g)
Dimension:
Quality
Granularity:
Group of cases

Description

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

Potential use

Process where rework recurrently occurs.

Assumptions

Minimizing rework is desirable.

Desired Value:

MINIMIZE

Required attributes

act
actinst
case
type

Equations

Formula for practitioners

cgRewC(c)\sum _{c \in g} \mathit{RewC}(c)

RewC(c)\mathit{RewC}(c) returns the rework count for case cc.

Formal Definition

cgRewC(c)\sum _{c \in g} \mathit{RewC}(c)

Tags

act
actinst
case
type

Python implementation

This indicator is implemented in the process_performance_indicators Python library.

process_performance_indicators.indicators.quality.groups.rework_count