Expected Total Cost and Client count Ratio
View in library docsDescription
Ratio between the total cost associated with all activity instances of a group of cases, and the number of distinct clients associated with cases in a group of cases.
Potential use
Process is executed for different clients, where the event log contains cost information.
Assumptions
It is desirable to execute the process for as many clients at the least cost.
Desired Value:
Required attributes
actinstcaseclitctype
Equations
Formula for practitioners
returns the total cost of case group .
returns the number of distinct clients associated with group .
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.groups.expected_total_cost_and_client_count_ratio
