Case Percentage where End Activity is A

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

Description

Percentage of cases in a group of cases where a specific activity is the last instantiated one.

Potential use

Process is expected to end with specific activities.

Assumptions

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

Desired Value:

MAXIMIZE

Required attributes

act
actinst
case
type

Equations

Formula for practitioners

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

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

Formal Definition

CendAC(g,a)C(g)\frac{\mathit{CendAC}(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_end_activity_is_a