Case Count with Rework

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

Description

Number of cases in a group of cases where there is rework.

Potential use

Process where rework recurrently occurs.

Assumptions

Minimizing the number of cases with rework is desirable.

Desired Value:

MINIMIZE

Required attributes

act
actinst
case
type

Equations

Formula for practitioners

cg{1if RewC(c)>00otherwise\displaystyle \sum_{c \in g} \begin{cases} 1 & \text{if } \mathit{RewC}(c) > 0 \\ 0 & \text{otherwise} \end{cases}

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

Formal Definition

{cgRewC(c)>0}|\{c \in g \mid \mathit{RewC}(c) > 0\}|

Tags

act
actinst
case
type

Python implementation

This indicator is implemented in the process_performance_indicators Python library.

process_performance_indicators.indicators.quality.groups.case_count_with_rework