Unwanted Activity Percentage

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

Description

Percentage of unwanted activities that occur in a case.

Potential use

Event log that contains activities whose execution is unwanted.

Assumptions

Unwanted activities negatively affect the quality of the process.

Desired Value:

MINIMIZE

Required attributes

act
case

Equations

Formula for practitioners

UAC(c)A(c)\frac{\mathit{UAC}(c)}{\mathit{A}(c)}

UAC(c)\mathit{UAC}(c) returns the unwanted activity count for case cc.
A(c)\mathit{A}(c) returns the number of unique activities in case cc.

Formal Definition

UAC(c)A(c)\frac{\mathit{UAC}(c)}{\mathit{A}(c)}

Tags

act
case

Python implementation

This indicator is implemented in the process_performance_indicators Python library.

process_performance_indicators.indicators.quality.cases.unwanted_activity_percentage