Activity count

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

Description

Number of activities that occur in a group of cases.

Potential use

Calculation of several other PPIs.

Assumptions

-

Desired Value:

-

Required attributes

act
case

Equations

Formula for practitioners

count(act(g))\mathit{count}(\mathit{act}(g))

act(g)\mathit{act}(g) returns the set of unique activities that occur in group of cases gg.

Formal Definition

cgact(c)|\cup_{c \in g} \mathit{act}(c)|

Tags

act
case

Python implementation

This indicator is implemented in the process_performance_indicators Python library.

process_performance_indicators.indicators.general.groups.activity_count