Desired Activity count

View in library docs
DAC(c)\mathit{DAC}(c)
Dimension:
Cost
Granularity:
Case

Description

Number of instantiated activities whose occurrence is desirable in a case.

Potential use

Event log that contains optional activities whose occurrence is desirable.

Assumptions

Desirable activities should be maximized.

Desired Value:

MAXIMIZE

Required attributes

act
case

Equations

Formula for practitioners

count(Deslact(c))\mathit{count}( \mathit{Desl} \cap \mathit{act}(c))

Desl\mathit{Desl} returns the set of desired activities.
act(c)\mathit{act}(c) returns the set of activities that occurred in case cc.

Formal Definition

Deslact(c)| \mathit{Desl} \cap \mathit{act}(c)|

Tags

act
case

Python implementation

This indicator is implemented in the process_performance_indicators Python library.

process_performance_indicators.indicators.cost.cases.desired_activity_count