Expected Automated Activity count

View in library docs
eAuta(g)\mathit{e}\mathit{Auta}(g)
Dimension:
Time
Granularity:
Group of cases

Description

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

Potential use

Event log that contains automated activities.

Assumptions

Automated activities take less time to be executed.

Desired Value:

MAXIMIZE

Required attributes

act
case

Equations

Formula for practitioners

ccases(g)Auta(c)C(g)\frac{\sum_{c \in \mathit{cases}(g)} \mathit{Auta}(c)}{\mathit{C}(g)}

cases(g)\mathit{cases}(g) returns the set of cases in group of cases gg.
Auta(c)\mathit{Auta}(c) returns the automated activity count of case cc.
C(g)\mathit{C}(g) returns the case count of group of cases gg.

Formal Definition

cgAuta(c)C(g)\frac{\sum _{c \in g} \mathit{Auta}(c)}{\mathit{C}(g)}

Tags

act
case

Python implementation

This indicator is implemented in the process_performance_indicators Python library.

process_performance_indicators.indicators.time.groups.expected_automated_activity_count