activity Instance and Human Resource count Ratio

View in library docs
IHRR(a)\mathit{IHRR}(a)
Dimension:
Flexibility
Granularity:
Activity

Description

Ratio between the number of times that an activity is instantiated in the event log, and the number of human resources that are involved in the execution of an activity in the event log.

Potential use

Process where several human resources are involved.

Assumptions

Minimizing the number of human resources involved in the execution of an activity is desirable.

Desired Value:

MAXIMIZE

Required attributes

act
actinst
hres

Equations

Formula for practitioners

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

I(a)\mathit{I}(a) returns the total number of instances of activity aa.
HR(a)\mathit{HR}(a) returns the number of unique human resources that performed activity aa.

Formal Definition

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

Tags

act
actinst
hres

Python implementation

This indicator is implemented in the process_performance_indicators Python library.

process_performance_indicators.indicators.flexibility.activities.activity_instance_and_human_resource_count_ratio