TC×(a)\mathit{TC}\mathit{^{\times}}(a)
×{sgl,sum}\mathit{\times} \in \{\mathit{sgl}, \mathit{sum}\}
Dimension:
Cost
Granularity:
Activity

Description

Total cost associated with all instantiations of an activity in the event log.

Potential use

Event log in which total cost information is recorded.

Assumptions

Minimizing total cost is desirable.

Desired Value:

MINIMIZE

Required attributes

act
actinst
tc
type

Equations

Formula for practitioners

iinst(a)TC(i)\sum _{i \in \mathit{inst}(a)} \mathit{TC}(i)

inst(a)\mathit{inst}(a) returns the set of all instances of activity aa.
TC(i)\mathit{TC}(i) returns the total cost of activity instance ii.

Formal Definition

iinst(a)TC×(i)\sum _{i \in \mathit{inst}(a)} \mathit{TC}\mathit{^{\times}}(i)
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 TCsgl\mathit{TC}\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 TCsum\mathit{TC}\mathit{^{sum}}.

Tags

act
actinst
tc
type

Python implementation

This indicator is implemented in the process_performance_indicators Python library.

process_performance_indicators.indicators.cost.activities.total_cost