activity Instance and Human Resource count Ratio

View in library docs
IHRR(c)\mathit{IHRR}(c)
Dimension:
Flexibility
Granularity:
Case

Description

Ratio between the number of times that any activity is instantiated in a case, and the number of human resources that are involved in the execution of a case.

Potential use

Process where several human resources are involved.

Assumptions

Minimizing the number of human resources involved in the execution of a case is desirable.

Desired Value:

MAXIMIZE

Required attributes

actinst
case
hres

Equations

Formula for practitioners

I(c)HR(c)\frac{\mathit{I}(c)}{\mathit{HR}(c)}

I(c)\mathit{I}(c) returns the total number of activity instances in case cc.
HR(c)\mathit{HR}(c) returns the number of unique human resources involved in case cc.

Formal Definition

I(c)HR(c)\frac{\mathit{I}(c)}{\mathit{HR}(c)}

Tags

actinst
case
hres

Python implementation

This indicator is implemented in the process_performance_indicators Python library.

process_performance_indicators.indicators.flexibility.cases.activity_instance_and_human_resource_count_ratio