Description
One minus the ratio between the number of activities that occur in a group of cases, and the number of times that an activity is instantiated in 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 group .
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.repeatability
