Maintenance Cost

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

Description

Maintenance cost associated with all cases in a group of cases.

Potential use

Process where the cost of conducting maintenance is relevant.

Assumptions

Minimizing maintenance cost is desirable.

Desired Value:

MINIMIZE

Required attributes

case
mainc

Equations

Formula for practitioners

cgMainC(c)\sum _{c \in g} \mathit{MainC}(c)

MainC(c)\mathit{MainC}(c) returns the maintenance cost for case cc.

Formal Definition

cgMainC(c)\sum _{c \in g} \mathit{MainC}(c)

Tags

case
mainc

Python implementation

This indicator is implemented in the process_performance_indicators Python library.

process_performance_indicators.indicators.cost.groups.maintenance_cost