Description
Outcome units associated with all activity instances in a group of cases, after deducting those that were unsuccessfully completed.
Potential use
Process where the outcome of activity instances, as well as whether they are successful or not, can be measured.
Assumptions
Maximizing the number of successful outcome units is desirable.
Desired Value:
Required attributes
actinstcasetypeunsunt
Equations
Formula for practitioners
returns the successful outcome unit count for case .
Formal Definition
The indicates that the PPI can take multiple forms, in this case, . If , then the function considers single events of activity instances for outcome unit calculations, i.e., it uses ; if , then the function considers the sum of all events of activity instances for outcome unit calculations, i.e., it uses .
Tags
Python implementation
This indicator is implemented in the process_performance_indicators Python library.
process_performance_indicators.indicators.quality.groups.successful_outcome_unit_count
