Description
Expected outcome units associated with all activity instances in a case belonging to a group of cases.
Potential use
Process where the outcome of activity instances can be measured.
Assumptions
Maximizing outcome unit count is desirable.
Desired Value:
MAXIMIZE
Required attributes
actinstcasetypeunt
Equations
Formula for practitioners
returns the total 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
actinst
case
type
unt
Python implementation
This indicator is implemented in the process_performance_indicators Python library.
process_performance_indicators.indicators.quality.groups.expected_outcome_unit_count
