Expected Unwanted Activity Percentage

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

Description

Expected percentage of unwanted activities that occur in a case belonging to a group of cases.

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

cgUAP(c)C(g)\frac{\sum _{c \in g} \mathit{UAP}(c)}{\mathit{C}(g)}

UAP(c)\mathit{UAP}(c) returns the unwanted activity percentage for case cc.
C(g)\mathit{C}(g) returns the number of cases in group gg.

Formal Definition

cgUAP(c)C(g)\frac{\sum _{c \in g} \mathit{UAP}(c)}{\mathit{C}(g)}

Tags

act
case

Python implementation

This indicator is implemented in the process_performance_indicators Python library.

process_performance_indicators.indicators.quality.groups.expected_unwanted_activity_percentage