Successful outcome Unit Percentage

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

Description

Percentage outcome units associated with all activity instances in a group of cases that are successfully completed.

Potential use

Process where the outcome of activity instances, as well as whether they are successful or not, can be measured.

Assumptions

Maximizing the percentage of successful outcome units is desirable.

Desired Value:

MAXIMIZE

Required attributes

actinst
case
type
uns
unt

Equations

Formula for practitioners

SUC(g)U(g)\frac{\mathit{SUC}(g)}{\mathit{U}(g)}

SUC(g)\mathit{SUC}(g) returns the total successful outcome unit count of case group gg.
U(g)\mathit{U}(g) returns the total outcome unit count of case group gg.

Formal Definition

SUC×(g)U×(g)\frac{\mathit{SUC}\mathit{^{\times}}(g)}{\mathit{U}\mathit{^{\times}}(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 outcome unit calculations, i.e., it uses SUCsgl\mathit{SUC}\mathit{^{sgl}} and Usgl\mathit{U}\mathit{^{sgl}}; if ×=sum\mathit{\times} = \mathit{sum}, then the function considers the sum of all events of activity instances for outcome unit calculations, i.e., it uses SUCsum\mathit{SUC}\mathit{^{sum}} and Usum\mathit{U}\mathit{^{sum}}.

Tags

actinst
case
type
uns
unt

Python implementation

This indicator is implemented in the process_performance_indicators Python library.

process_performance_indicators.indicators.quality.groups.successful_outcome_unit_percentage