Case Percentage where Activity during 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 within 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 within the time frame is desirable.
Desired Value:
MAXIMIZE
Required attributes
actactinstcasetimetype
Equations
Formula for practitioners
returns the case count where activity starts during the 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_during_time_frame
