activity Instance count

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

Description

Number of times that any activity is instantiated in a group of cases.

Potential use

Calculation of several other PPIs.

Assumptions

-

Desired Value:

-

Required attributes

case

Equations

Formula for practitioners

ccases(g)I(c)\sum _{c \in \mathit{cases}(g)} \mathit{I}(c)

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

Formal Definition

cgI(c)\sum _{c \in g} \mathit{I}(c)

Tags

case

Python implementation

This indicator is implemented in the process_performance_indicators Python library.

process_performance_indicators.indicators.general.groups.activity_instance_count