Description
Ratio between the total cost associated with all instantiations of an activity in the event log, and the number of distinct clients associated with cases where an activity is instantiated in the event log.
Potential use
Process is executed for different clients, where the event log contains cost information.
Assumptions
It is desirable to execute the specific activity for as many clients at the least cost.
Desired Value:
Required attributes
actactinstcaseclitctype
Equations
Formula for practitioners
returns the total cost of activity .
returns the number of distinct clients involved in activity .
Formal Definition
The indicates that the PPI can take multiple forms, in this case, . If , then the function considers single events of activity instances for cost calculations, i.e., it uses ; if , then the function considers the sum of all events of activity instances for cost calculations, i.e., it uses .
Tags
Python implementation
This indicator is implemented in the process_performance_indicators Python library.
process_performance_indicators.indicators.quality.activities.total_cost_and_client_count_ratio
