Resource count

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

Description

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

Potential use

If the event log does not contain cost information, 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

case
res

Equations

Formula for practitioners

count(cgres(c))\mathit{count}(\cup_{c \in g} \mathit{res}(c))

res(c)\mathit{res}(c) returns the set of unique resources involved in case cc.

Formal Definition

cgres(c)|\cup_{c \in g} \mathit{res}(c)|

Tags

case
res

Python implementation

This indicator is implemented in the process_performance_indicators Python library.

process_performance_indicators.indicators.cost.groups.resource_count