}
private void addStatisticalTests(ResultReportSection testChapter) {
Double[] bogusA = new Double[] { 1.1, 1.05, 1.06, 0.9, 1.0 };
Double[] bogusB = new Double[] { 0.93, 1.02, 1.03, 1.14 };
testChapter.addDataView(new StatisticalTestDataView(new Pair<>(bogusA,
bogusB), "Non-statistical test of a statistical test :)", "bogusVarA",
"bogusVarB", true, true, StatisticalTestDefinition.KOLMOGOROV_SMIRNOV));
}