Total Cost and Client count Ratio

View in library docs
TCCliR×(g)\mathit{TCCliR}\mathit{^{\times}}(g)
×{sgl,sum}\mathit{\times} \in \{\mathit{sgl}, \mathit{sum}\}
Dimension:
Quality
Granularity:
Group of cases

Description

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:

MINIMIZE

Required attributes

actinst
case
cli
tc
type

Equations

Formula for practitioners

TC(g)Cli(g)\frac{\mathit{TC}(g)}{\mathit{Cli}(g)}

TC(g)\mathit{TC}(g) returns the total cost of case group gg.
Cli(g)\mathit{Cli}(g) returns the number of distinct clients associated with group gg.

Formal Definition

TC×(g)Cli(g)\frac{\mathit{TC}\mathit{^{\times}}(g)}{\mathit{Cli}(g)}
The ×\mathit{\times} indicates that the PPI can take multiple forms, in this case, ×{sgl,sum}\mathit{\times} \in \{\mathit{sgl}, \mathit{sum}\}. If ×=sgl\mathit{\times} = \mathit{sgl}, then the function considers single events of activity instances for cost calculations, i.e., it uses TCsgl\mathit{TC}\mathit{^{sgl}}; if ×=sum\mathit{\times} = \mathit{sum}, then the function considers the sum of all events of activity instances for cost calculations, i.e., it uses TCsum\mathit{TC}\mathit{^{sum}}.

Tags

actinst
case
cli
tc
type

Python implementation

This indicator is implemented in the process_performance_indicators Python library.

process_performance_indicators.indicators.quality.groups.total_cost_and_client_count_ratio