Searched refs:itemTotals (Results 1 – 2 of 2) sorted by relevance
28 var itemTotals = {}; variable29 itemTotals.length = count;49 itemTotals = {total: []}; variable53 itemTotals[category] = [];66 itemTotals[test] = [];75 itemTotals["total"][i] = 0;77 itemTotals[category][i] = 0;79 itemTotals[test][i] = 0;92 itemTotals["total"][i] += time;93 itemTotals[category][i] += time;[all …]
143 function computeItemTotals(output, itemTotals) argument150 itemTotals["total"][i] += time;151 itemTotals[category][i] += time;152 itemTotals[test][i] += time;198 …function computeStdDevs(mean, itemTotals, categoryStdDevs, categoryMeans, testStdDevsByCategory, t… argument200 var stdDev = standardDeviation(mean, itemTotals["total"]);202 … categoryStdDevs[category] = standardDeviation(categoryMeans[category], itemTotals[category]);206 …ategory[category][test] = standardDeviation(testMeansByCategory[category][test], itemTotals[test]);