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

Description

Sum of variable cost of all activity instances of a group of cases.

Potential use

Event log in which variable cost information is recorded.

Assumptions

Minimizing variable cost is desirable.

Desired Value:

MINIMIZE

Required attributes

actinst
case
type
vc

Equations

Formula for practitioners

cgVC(c)\sum _{c \in g} \mathit{VC}(c)

VC(c)\mathit{VC}(c) returns the variable cost for case cc.

Formal Definition

cgVC×(c)\sum _{c \in g} \mathit{VC}\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 VCsgl\mathit{VC}\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 VCsum\mathit{VC}\mathit{^{sum}}.

Tags

actinst
case
type
vc

Python implementation

This indicator is implemented in the process_performance_indicators Python library.

process_performance_indicators.indicators.cost.groups.variable_cost