Description
Percentage of cases in the event log that possess the same variant as a given case.
Potential use
Process with several possible execution variants.
Assumptions
Smaller coverage implies that the case is 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 trace (sequence of activities) of case .
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.cases.variant_case_coverage
