Unwanted Activity count

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

Description

Number 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

aact(c){1if aUnwl0otherwise\displaystyle \sum_{a \in \mathit{act}(c)} \begin{cases} 1 & \text{if } a \in \mathit{Unwl} \\ 0 & \text{otherwise} \end{cases}

Unwl\mathit{Unwl} returns the set of unwanted activities.
act(c)\mathit{act}(c) returns the set of activities that occurred in case cc.

Formal Definition

Unwlact(c)|\mathit{Unwl} \cap \mathit{act}(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_count