Description
Expected number of human resources that are involved in the execution of a case belonging to a group of cases.
Potential use
Human Resource count can be used as a proxy to measure the quality of the process.
Assumptions
Minimizing the number of human resources involved is desirable, as it reduces the possibility of errors due to, e.g., handovers of work.
Desired Value:
MINIMIZE
Required attributes
casehres
Equations
Formula for practitioners
returns the set of cases in group of cases .
returns the human resource count of case .
returns the case count of group of cases .
Formal Definition
Tags
case
hres
Python implementation
This indicator is implemented in the process_performance_indicators Python library.
process_performance_indicators.indicators.quality.groups.expected_human_resource_count
