public void add(VarianceWritable autre) { n += autre.n; Sx += autre.Sx; Sx2 += autre.Sx2; }