Inventory Cost considering the sum of all events of activity instances
View in library docsDimension:
Cost
Granularity:
Activity instance
Description
Inventory 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 inventory cost information is recorded.
Assumptions
Minimizing inventory cost is desirable.
Desired Value:
MINIMIZE
Required attributes
actinstictype
Equations
Formula for practitioners
returns the inventory cost associated with an event.
returns the start event of activity instance .
returns the completion event of activity instance .
Formal Definition
Tags
actinst
ic
type
Python implementation
This indicator is implemented in the process_performance_indicators Python library.
process_performance_indicators.indicators.cost.instances.inventory_cost_for_sum_of_all_events_of_activity_instances
