Case Percentage where Activity before Time Frame

View in library docs
CAdueTFP(g,a,st)\mathit{CAdueTFP}(g, \mathit{a}, \mathit{st})
Dimension:
Quality
Granularity:
Group of cases

Description

Percentage of cases in a group of cases where a specific activity occurs before a specific time frame.

Potential use

Event log is associated with a process in which specific time frames must be taken into consideration.

Assumptions

Maximizing the number of cases where the activity occurs before the time frame is desirable.

Desired Value:

MAXIMIZE

Required attributes

act
actinst
case
time
type

Equations

Formula for practitioners

CAdueTFC(g,a,st)C(g)\frac{\mathit{CAdueTFC}(g, \mathit{a}, \mathit{st})}{\mathit{C}(g)}

CAdueTFC(g,a,st)\mathit{CAdueTFC}(g, \mathit{a}, \mathit{st}) returns the case count where activity a\mathit{a} starts before time frame st\mathit{st} in group gg.
C(g)\mathit{C}(g) returns the number of cases in group gg.

Formal Definition

CAdueTFC(g,a,st)C(g)\frac{\mathit{CAdueTFC}(g, \mathit{a}, \mathit{st})}{\mathit{C}(g)}

Tags

act
actinst
case
time
type

Python implementation

This indicator is implemented in the process_performance_indicators Python library.

process_performance_indicators.indicators.quality.groups.case_percentage_where_activity_before_time_frame