Activity count

View in library docs
A(c)\mathit{A}(c)
Dimension:
General
Granularity:
Case

Description

Number of activities that occur in a case.

Potential use

Calculation of several other PPIs.

Assumptions

-

Desired Value:

-

Required attributes

act
case

Equations

Formula for practitioners

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

act(c)\mathit{act}(c) returns the set of unique activities that occur in case cc.

Formal Definition

act(c)|\mathit{act}(c)|

Tags

act
case

Python implementation

This indicator is implemented in the process_performance_indicators Python library.

process_performance_indicators.indicators.general.cases.activity_count