Expected Resource count

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

Description

Expected number of resources that are involved in the execution of a case belonging to a group of cases.

Potential use

Calculation of several other PPIs.

Assumptions

-

Desired Value:

-

Required attributes

case
res

Equations

Formula for practitioners

ccases(g)R(c)C(g)\frac{\sum _{c \in \mathit{cases}(g)} \mathit{R}(c)}{\mathit{C}(g)}

cases(g)\mathit{cases}(g) returns the set of cases in group of cases gg.
R(c)\mathit{R}(c) returns the resource count of case cc.
C(g)\mathit{C}(g) returns the case count of group of cases gg.

Formal Definition

cgR(c)C(g)\frac{\sum _{c \in g} \mathit{R}(c)}{\mathit{C}(g)}

Tags

case
res

Python implementation

This indicator is implemented in the process_performance_indicators Python library.

process_performance_indicators.indicators.general.groups.expected_resource_count