vault backup: 2025-10-28 17:01:24
This commit is contained in:
@@ -7,6 +7,7 @@ tags:
|
||||
- topic/automation
|
||||
- type/idea
|
||||
- authorship/original
|
||||
- status/incomplete
|
||||
title: BPM Award Analysis
|
||||
---
|
||||
# BPM Award Analysis
|
||||
@@ -17,11 +18,11 @@ The HUB > HUB Insights > WIGs, KPIs & milestones
|
||||
Inception to Date (ITD)
|
||||
|
||||
$$
|
||||
"Overrun $" = "ITD Cost $" - "Baseline Cost $"
|
||||
|
||||
"Overrun %" = "Overrun $" / "Baseline Cost $"
|
||||
|
||||
"Overrun %" = "ITD Cost $" / "Baseline Cost $" - 1
|
||||
\begin{gather*}
|
||||
\text{Overrun \$} = \text{ITD Cost \$} - \text{Baseline Cost \$} \\
|
||||
\text{Overrun \%} = \frac{\text{Overrun \$}}{\text{Baseline Cost \$}} \\
|
||||
\text{Overrun \%} = \frac{\text{ITD Cost \$}}{\text{Baseline Cost \$}} - 1
|
||||
\end{gather*}
|
||||
$$
|
||||
|
||||
> [!observation]
|
||||
|
||||
Reference in New Issue
Block a user