Transportation Cost

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

Description

Sum of transportation cost associated with all cases in a group of cases.

Potential use

Process where the cost of transportation is relevant.

Assumptions

Minimizing transportation cost is desirable.

Desired Value:

MINIMIZE

Required attributes

case
transc

Equations

Formula for practitioners

cgTransC(c)\sum _{c \in g} \mathit{TransC}(c)

TransC(c)\mathit{TransC}(c) returns the transportation cost for case cc.

Formal Definition

cgTransC(c)\sum _{c \in g} \mathit{TransC}(c)

Tags

case
transc

Python implementation

This indicator is implemented in the process_performance_indicators Python library.

process_performance_indicators.indicators.cost.groups.transportation_cost