Human Resource count

View in library docs
HR(g)\mathit{HR}(g)
Dimension:
Cost
Granularity:
Group of cases

Description

Number of human resources that are involved in the execution of a group of cases.

Potential use

If the event log does not contain cost information, Human Resource count can be used as a proxy for the cost performance of a group of cases.

Assumptions

Minimizing the number of human resources involved is desirable.

Desired Value:

MINIMIZE

Required attributes

case
hres

Equations

Formula for practitioners

count(hres(g))\mathit{count}(\mathit{hres}(g))

hres(g)\mathit{hres}(g) returns the set of human resources that work in group of cases gg.

Formal Definition

cghres(c)|\cup_{c \in g} \mathit{hres}(c)|

Tags

case
hres

Python implementation

This indicator is implemented in the process_performance_indicators Python library.

process_performance_indicators.indicators.cost.groups.human_resource_count