Case Percentage with Rework

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

Description

Percentage 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

CRewC(g)C(g)\frac{\mathit{CRewC}(g)}{\mathit{C}(g)}

CRewC(g)\mathit{CRewC}(g) returns the case count with rework in group gg.
C(g)\mathit{C}(g) returns the number of cases in group gg.

Formal Definition

CRewC(g)C(g)\frac{\mathit{CRewC}(g)}{\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.quality.groups.case_percentage_with_rework