Expected Non-Automated Activity count

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

Description

Expected number of non-automated activities that occur in a case belonging to a group of cases.

Potential use

Event log that contains automated activities.

Assumptions

Non-automated activities are prone to errors, which reduces the quality of the process.

Desired Value:

MINIMIZE

Required attributes

act
case

Equations

Formula for practitioners

cgNAutA(c)C(g)\frac{\sum _{c \in g} \mathit{NAutA}(c)}{\mathit{C}(g)}

NAutA(c)\mathit{NAutA}(c) returns the non-automated activity count for case cc.
C(g)\mathit{C}(g) returns the number of cases in group gg.

Formal Definition

cgNAutA(c)C(g)\frac{\sum _{c \in g} \mathit{NAutA}(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_non_automated_activity_count