Details

    • Sub-task
    • Status: Closed
    • Minor
    • Resolution: Implemented
    • None
    • 1.1
    • descriptive
    • None
    • Easy

    Description

      Computes the rolling mean according to the FirstMoment.increment(double d) method in commons-math library. If the input array is known beforehand, such as in the Mean.of(double... values) method, a more accurate mean is computed using a two-pass, corrected algorithm, starting with computing the rolling mean, which protects the mean from overflow, and then correcting this by adding the mean deviation of the data values from the arithmetic mean.

      Attachments

        Activity

          People

            Unassigned Unassigned
            ani5rudh Anirudh Joshi
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: