Searched refs:recipN (Results 1 – 1 of 1) sorted by relevance
97 double recipN = 1.0 / newN; in merge() local98 mean = n * recipN * mean + stat.getCount() * recipN * stat.getMean(); in merge()