Skip to content

Commit 6797731

Browse files
author
Kevin Milner
committed
added traditional eal to csv
1 parent eb85935 commit 6797731

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/scratch/kevin/risk/U3_EAL_ExampleCalc.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,8 @@ public int getNumSources() {
201201

202202
// add EAL at the bottom
203203
csv.addLine("");
204-
csv.addLine("EAL:", eal+"");
204+
csv.addLine("EAL (from cond. losses):", eal+"");
205+
csv.addLine("EAL (traditional):", calcEAL+"");
205206

206207
csv.writeToFile(outputCSV);
207208
}

0 commit comments

Comments
 (0)