activity Instance count

View in library docs
I(a)\mathit{I}(a)
Dimension:
General
Granularity:
Activity

Description

Number of times that an activity is instantiated in the event log.

Potential use

Calculation of several other PPIs.

Assumptions

-

Desired Value:

-

Required attributes

act

Equations

Formula for practitioners

count(inst(a))\mathit{count}(\mathit{inst}(a))

inst(a)\mathit{inst}(a) returns the set of instances of activity aa that occur in the event log.

Formal Definition

inst(a)|\mathit{inst}(a)|

Tags

act

Python implementation

This indicator is implemented in the process_performance_indicators Python library.

process_performance_indicators.indicators.general.activities.activity_instance_count