Expected Activity and Role count Ratio

View in library docs
eARoleR(g)\mathit{e}\mathit{ARoleR}(g)
Dimension:
Flexibility
Granularity:
Group of cases

Description

Ratio between the expected number of activities that occur in a case belonging to a group of cases, and the expected number of human resource roles that are involved in the execution of a case belonging to a group of cases.

Potential use

Process where several roles are involved.

Assumptions

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

Desired Value:

MAXIMIZE

Required attributes

act
case
role

Equations

Formula for practitioners

cgA(c)cgRole(c)\frac{\sum _{c \in g} \mathit{A}(c)}{\sum _{c \in g} \mathit{Role}(c)}

A(c)\mathit{A}(c) returns the number of unique activities in case cc.
Role(c)\mathit{Role}(c) returns the number of unique roles involved in case cc.

Formal Definition

cgA(c)cgRole(c)\frac{\sum _{c \in g} \mathit{A}(c)}{\sum _{c \in g} \mathit{Role}(c)}

Tags

act
case
role

Python implementation

This indicator is implemented in the process_performance_indicators Python library.

process_performance_indicators.indicators.flexibility.groups.expected_activity_and_role_count_ratio