Rework Count by Value

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

Description

Number of times that any activity is instantiated again, after it is instantiated a certain number of times, in a case.

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

aAmax(0,count(c,a)val)\sum _{a \in A} \mathit{max}(0, \mathit{count}(c, a) - \mathit{val})

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

Formal Definition

aAmax(0,count(c,a)val)\sum _{a \in A} \mathit{max}(0, \mathit{count}(c, a) - \mathit{val})

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_count_by_value