Searched refs:getSumSq (Results 1 – 4 of 4) sorted by relevance
96 sumSq = sumSq + stat.getSumSq() + delta / newN * delta * n * stat.getCount(); in merge()148 public double getSumSq() { in getSumSq() method in StatSummary
116 ppSummary.getGlobalStats().getSumSq(), in updateLabel()
288 assertEquals(expected.getSumSq(), pps.getGlobalStats().getSumSq(), THRESHOLD); in testNewSummary()379 assertEquals(expected.getSumSq(), pps.getGlobalStats().getSumSq(), THRESHOLD); in testUpdateSummary()
249 profilingSummary.setUnindexedProperty(SUMSQ, this.globalStats.getSumSq()); in toEntity()267 labelSumsqs.add(labelStat.getSumSq()); in toEntity()