outcome Unit count

View in library docs
U×(g)\mathit{U}\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.

Potential use

Process where the outcome of activity instances can be measured.

Assumptions

Maximizing outcome unit count is desirable.

Desired Value:

MAXIMIZE

Required attributes

actinst
case
type
unt

Equations

Formula for practitioners

cgU(c)\sum _{c \in g} \mathit{U}(c)

U(c)\mathit{U}(c) returns the outcome unit count of case cc.

Formal Definition

cgU×(c)\sum _{c \in g} \mathit{U}\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 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 Usum\mathit{U}\mathit{^{sum}}.

Tags

actinst
case
type
unt

Python implementation

This indicator is implemented in the process_performance_indicators Python library.

process_performance_indicators.indicators.quality.groups.outcome_unit_count