Rework of activities Subset

View in library docs
RewSub(c,sub)\mathit{RewSub}(c, \mathit{sub})
Dimension:
Quality
Granularity:
Case

Description

Number of times that any activity belonging to a subset of activities is instantiated again, after its first instantiation, in a case.

Potential use

Process where rework occurs recurrently, but only the rework of some activities is of interest.

Assumptions

Minimizing rework is desirable.

Desired Value:

MINIMIZE

Required attributes

act
actinst
case
type

Equations

Formula for practitioners

asubmax(0,count(c,a)1)\sum _{a \in \mathit{sub}} \mathit{max}(0, \mathit{count}(c, a) - 1)

count(c,a)\mathit{count}(c, a) returns the number of instances of activity aa in case cc.

Formal Definition

asubmax(0,count(c,a)1)\sum _{a \in \mathit{sub}} \mathit{max}(0, \mathit{count}(c, a) - 1)

Tags

act
actinst
case
type

Python implementation

This indicator is implemented in the process_performance_indicators Python library.

process_performance_indicators.indicators.quality.cases.rework_of_activities_subset