Description
Percentage of cases in the event log that possess the same variant as any case in a group of cases.
Potential use
Process with several possible execution variants.
Assumptions
Smaller coverage implies that the cases in a group of cases have been executed with higher flexibility than other cases in the event log.
Desired Value:
MINIMIZE
Required attributes
actactinstcasetype
Equations
Formula for practitioners
returns the trace (sequence of activities) of case .
returns the set of unique traces (variants) present in group .
returns the total number of cases in the event log.
Formal Definition
Tags
act
actinst
case
type
Python implementation
This indicator is implemented in the process_performance_indicators Python library.
process_performance_indicators.indicators.flexibility.groups.variant_case_coverage
