Successful outcome Unit Count

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

Description

Outcome units associated with all activity instances in a group of cases, after deducting those that were unsuccessfully 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 number of successful outcome units is desirable.

Desired Value:

MAXIMIZE

Required attributes

actinst
case
type
uns
unt

Equations

Formula for practitioners

cGSUC(c)\sum _{c \in G} \mathit{SUC}(c)

SUC(c)\mathit{SUC}(c) returns the successful outcome unit count for case cc.

Formal Definition

cGSUC×(c)\sum _{c \in G} \mathit{SUC}\mathit{^{\times}}(c)
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}}; 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}}.

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_count