Expected Successful outcome Unit Count
View in library docsDescription
Expected outcome units associated with all activity instances in a case belonging to 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 total successful outcome unit count for group .
returns the number of cases in group .
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.expected_successful_outcome_unit_count
