-
-
Notifications
You must be signed in to change notification settings - Fork 48
Geometric risk
countincognito edited this page Jun 21, 2024
·
4 revisions
Each of the core risk metrics has an corresponding geometric version (i.e. using mulitplication rather than addition). In some cases, these geometric versions can help highlight skew that may be present in the equivalent arithmetic metric.
The Geometric Activity Risk
metric is defined as:
Where:
-
$F_{i}$ is the total float (i.e. total slack) of activity$i$ -
$N$ is the number of activities in the project -
$M$ is the maximum float of any activity in the project, i.e.$\max{(F_{1},F_{2},{...},F_{N})}$
The Geometric Criticality Risk
metric is defined as:
where:
-
$W_{i}$ is the criticality weight of activity$i$ -
$W_{C}$ is the criticality weight of (black) critical activities -
$N$ is the total number activities in the project
The Geometric Fibonacci Risk
metric is defined as:
where:
-
$\varphi_{i}$ is the Fibonacci weight of activity$i$ -
$\varphi_{C}$ is the Fibonacci weight of (black) critical activities (equivalent to$\varphi^{3}$ ) -
$N$ is the total number activities in the project
For more details see: