Expected Successful outcome Unit Percentage
View in library docsDescription
Expected percentage of outcome units associated with all activity instances of a case belonging to a group of cases that are successfully 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 percentage of successful outcome units is desirable.
Desired Value:
Required attributes
actinstcasetypeunsunt
Equations
Formula for practitioners
returns the successful outcome unit percentage of case .
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_percentage
