Description
Expected number of resources that are involved in the execution of a case belonging to a group of cases.
Potential use
If the event log does not contain cost information, Expected Resource count can be used as a proxy for the cost performance of a group of cases.
Assumptions
Minimizing the number of resources involved is desirable.
Desired Value:
MINIMIZE
Required attributes
caseres
Equations
Formula for practitioners
returns the resource count for case .
returns the number of cases in group .
Formal Definition
Tags
case
res
Python implementation
This indicator is implemented in the process_performance_indicators Python library.
process_performance_indicators.indicators.cost.groups.expected_resource_count
