Case Percentage where Activity after Time Frame

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

Description

Percentage of cases in a group of cases where a specific activity occurs after 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 after the time frame is desirable.

Desired Value:

MAXIMIZE

Required attributes

act
actinst
case
time
type

Equations

Formula for practitioners

CApastTFC(g,a,et)C(g)\frac{\mathit{CApastTFC}(g, \mathit{a}, \mathit{et})}{\mathit{C}(g)}

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

Formal Definition

CApastTFC(g,a,et)C(g)\frac{\mathit{CApastTFC}(g, \mathit{a}, \mathit{et})}{\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_after_time_frame