Description
One minus the expected ratio between the number of activities that occur in a case belonging to a group of cases, and the number of times that an activity is instantiated in a case belonging to a group of cases.
Potential use
Process where activity repetition is common.
Assumptions
It is desirable not to repeat activities.
Desired Value:
MINIMIZE
Required attributes
actactinstcase
Equations
Formula for practitioners
returns the number of unique activities in case .
returns the total number of activity instances in group .
Formal Definition
Tags
act
actinst
case
Python implementation
This indicator is implemented in the process_performance_indicators Python library.
process_performance_indicators.indicators.quality.groups.expected_repeatability
