activity Instance count by Human Resource

View in library docs
IbyHR(a,hr)\mathit{IbyHR}(a, \mathit{hr})
Dimension:
Quality
Granularity:
Activity

Description

Number of times a specific human resource performs an activity in the event log.

Potential use

Process where individual performance of human resources is relevant.

Assumptions

Maximizing the number of activities conducted by the same human resource is desirable.

Desired Value:

MAXIMIZE

Required attributes

act
actinst
hres
type

Equations

Formula for practitioners

iinst(a){1if hres(i)=hr0otherwise\displaystyle \sum_{i \in \mathit{inst}(a)} \begin{cases} 1 & \text{if } \mathit{hres}(i) = \mathit{hr} \\ 0 & \text{otherwise} \end{cases}

inst(a)\mathit{inst}(a) returns the set of all instances of activity aa.
hres(i)\mathit{hres}(i) returns the human resource associated with activity instance ii.

Formal Definition

{iinst(a)hres(i)=hr}|\{i \in \mathit{inst}(a) \mid \mathit{hres}(i) = \mathit{hr}\}|

Tags

act
actinst
hres
type

Python implementation

This indicator is implemented in the process_performance_indicators Python library.

process_performance_indicators.indicators.quality.activities.activity_instance_count_by_human_resource