Variable Cost considering the sum of all events of activity instances
View in library docsDimension:
Cost
Granularity:
Activity instance
Description
Variable cost associated with an activity instance, measured as the sum of all values among the events of the activity instance.
Potential use
Event log in which variable cost information is recorded.
Assumptions
Minimizing variable cost is desirable.
Desired Value:
MINIMIZE
Required attributes
actinsttypevc
Equations
Formula for practitioners
returns the variable cost associated with an event.
returns the start event of activity instance .
returns the completion event of activity instance .
Formal Definition
Tags
actinst
type
vc
Python implementation
This indicator is implemented in the process_performance_indicators Python library.
process_performance_indicators.indicators.cost.instances.variable_cost_for_sum_of_all_events_of_activity_instances
