Expected Activity count

View in library docs
eA(g)\mathit{e}\mathit{A}(g)
Dimension:
General
Granularity:
Group of cases

Description

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

Potential use

Calculation of several other PPIs.

Assumptions

-

Desired Value:

-

Required attributes

act
case

Equations

Formula for practitioners

ccases(g)A(c)C(g)\frac{\sum _{c \in \mathit{cases}(g)} \mathit{A}(c)}{\mathit{C}(g)}

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

Formal Definition

cgA(c)C(g)\frac{\sum _{c \in g} \mathit{A}(c)}{\mathit{C}(g)}

Tags

act
case

Python implementation

This indicator is implemented in the process_performance_indicators Python library.

process_performance_indicators.indicators.general.groups.expected_activity_count