Expected Optional Activity count

View in library docs
eOptA(g)\mathit{e}\mathit{OptA}(g)
Dimension:
Flexibility
Granularity:
Group of cases

Description

Expected number of optional activities that are instantiated in a case belonging to a group of cases. \newline An activity is considered optional if there is at least one case in the event log where it does not occur.

Potential use

Process with multiple activities that are not instantiated in every case.

Assumptions

A greater number of optional activities is desired, as it implies a greater capability to address unexpected situations.

Desired Value:

MAXIMIZE

Required attributes

act
case

Equations

Formula for practitioners

cgOptA(c)C(g)\frac{\sum _{c \in g} \mathit{OptA}(c)}{\mathit{C}(g)}

OptA(c)\mathit{OptA}(c) returns the optional activity count for case cc.
C(g)\mathit{C}(g) returns the number of cases in group gg.

Formal Definition

cgOptA(c)C(g)\frac{\sum _{c \in g} \mathit{OptA}(c)}{\mathit{C}(g)}

Tags

act
case

Python implementation

This indicator is implemented in the process_performance_indicators Python library.

process_performance_indicators.indicators.flexibility.groups.expected_optional_activity_count