Case Percentage where Start Activity is A

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

Description

Percentage of cases in a group of cases where a specific activity is the first one to be instantiated it.

Potential use

Process is expected to start with specific activities.

Assumptions

Maximizing the number of cases that start with the specific activity is desirable.

Desired Value:

MAXIMIZE

Required attributes

act
actinst
case
type

Equations

Formula for practitioners

CstartAC(g,a)C(g)\frac{\mathit{CstartAC}(g, \mathit{a})}{\mathit{C}(g)}

CstartAC(g,a)\mathit{CstartAC}(g, \mathit{a}) returns the case count where the start activity is a\mathit{a} in group gg.
C(g)\mathit{C}(g) returns the number of cases in group gg.

Formal Definition

CstartAC(g,a)C(g)\frac{\mathit{CstartAC}(g, \mathit{a})}{\mathit{C}(g)}

Tags

act
actinst
case
type

Python implementation

This indicator is implemented in the process_performance_indicators Python library.

process_performance_indicators.indicators.quality.groups.case_percentage_where_start_activity_is_a