Role and Variant count Ratio

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

Description

Ratio between the number of human resource roles that are involved in the execution of a case, and the number of variants that are observed in a group of cases.

Potential use

Process where several roles are involved

Assumptions

Maximizing the number of roles involved in the execution of different process variants is desirable.

Desired Value:

MAXIMIZE

Required attributes

act
actinst
case
role
type

Equations

Formula for practitioners

Role(g)V(g)\frac{\mathit{Role}(g)}{\mathit{V}(g)}

Role(g)\mathit{Role}(g) returns the number of unique roles involved in group gg.
V(g)\mathit{V}(g) returns the number of unique variants in group gg.

Formal Definition

Role(g)V(g)\frac{\mathit{Role}(g)}{\mathit{V}(g)}

Tags

act
actinst
case
role
type

Python implementation

This indicator is implemented in the process_performance_indicators Python library.

process_performance_indicators.indicators.flexibility.groups.role_and_variant_count_ratio