Case Count where Activity after Time Frame
View in library docsDimension:
Quality
Granularity:
Group of cases
Description
Number 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 set of all instances of activity in case .
returns the start timestamp of activity instance .
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_count_where_activity_after_time_frame
