LC×(g)\mathit{LC}\mathit{^{\times}}(g)
×{sgl,sum}\mathit{\times} \in \{\mathit{sgl}, \mathit{sum}\}
Dimension:
Cost
Granularity:
Group of cases

Description

Labor cost associated with all activity instances of a group of cases.

Potential use

Event log in which labor cost information is recorded.

Assumptions

Minimizing labor cost is desirable.

Desired Value:

MINIMIZE

Required attributes

actinst
case
lc
type

Equations

Formula for practitioners

cgLC(c)\sum _{c \in g} \mathit{LC}(c)

LC(c)\mathit{LC}(c) returns the labor cost for case cc.

Formal Definition

cgLC×(c)\sum _{c \in g} \mathit{LC}\mathit{^{\times}}(c)
The ×\mathit{\times} indicates that the PPI can take multiple forms, in this case, ×{sgl,sum}\mathit{\times} \in \{\mathit{sgl}, \mathit{sum}\}. If ×=sgl\mathit{\times} = \mathit{sgl}, then the function considers single events of activity instances for cost calculations, i.e., it uses LCsgl\mathit{LC}\mathit{^{sgl}}; if ×=sum\mathit{\times} = \mathit{sum}, then the function considers the sum of all events of activity instances for cost calculations, i.e., it uses LCsum\mathit{LC}\mathit{^{sum}}.

Tags

actinst
case
lc
type

Python implementation

This indicator is implemented in the process_performance_indicators Python library.

process_performance_indicators.indicators.cost.groups.labor_cost