Expected Client count

View in library docs
eCli(g)\mathit{e}\mathit{Cli}(g)
Dimension:
Flexibility
Granularity:
Group of cases

Description

Ratio between the number of distinct clients associated with cases in a group of cases, and the number of cases belonging to a group of cases.

Potential use

Process is executed for different clients.

Assumptions

It is desirable to maximize the number of clients.

Desired Value:

MAXIMIZE

Required attributes

case
cli

Equations

Formula for practitioners

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

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

Formal Definition

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

Tags

case
cli

Python implementation

This indicator is implemented in the process_performance_indicators Python library.

process_performance_indicators.indicators.flexibility.groups.expected_client_count