engines-wafu / sqirm

Simple risk management tool
MIT License
0 stars 0 forks source link

Quantify each bowtie #43

Open engines-wafu opened 6 years ago

engines-wafu commented 6 years ago

Two categories: Unmitigated and mitigated.

For each category:

Severity 1 < $s < 4; Probability 10^-8 < $p < 10^-4;

Mitigation score:

if (unmitigated) { $m = 0 } elseif (mitigated) $m = 1 } else $m = sum_0^n(i) / sum_0^n(c_i)