Case Percentage where Activity after Time Frame
View in library docsDimension:
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
actactinstcasetimetype
Equations
Formula for practitioners
returns the case count where activity starts after time frame in group .
returns the number of cases in group .
Formal Definition
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
