Case and Client count Ratio

View in library docs
CCliR(g)\mathit{CCliR}(g)
Dimension:
Quality
Granularity:
Group of cases

Description

Ratio between the number of cases in 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.

Assumptions

It is desirable to maximize the number of cases per client.

Desired Value:

MAXIMIZE

Required attributes

case
cli

Equations

Formula for practitioners

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

C(g)\mathit{C}(g) returns the number of cases in group gg.
Cli(g)\mathit{Cli}(g) returns the number of clients associated with group gg.

Formal Definition

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

Tags

case
cli

Python implementation

This indicator is implemented in the process_performance_indicators Python library.

process_performance_indicators.indicators.quality.groups.case_and_client_count_ratio