Class Mean

    • Method Detail

      • getMeanFnObject

        public static Mean getMeanFnObject()
      • execute2

        public void execute2​(KahanObject in1,
                             double in2,
                             double count)
        Simplified version of execute(Data in1, double in2) without exception handling and casts.
        Parameters:
        in1 - Kahan object input
        in2 - double input
        count - the count to divide by