Description
Ratio between the number of distinct clients associated with cases in a group of cases, and the total cost of 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 number of distinct clients associated with group .
returns the total cost of case 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.client_count_and_total_cost_ratio
