Vlad Rozov created APEXMALHAR-2489: -------------------------------------- Summary: Change algorithm for average calculation in RunningAverage Key: APEXMALHAR-2489 URL: https://issues.apache.org/jira/browse/APEXMALHAR-2489 Project: Apache Apex Malhar Issue Type: Improvement Reporter: Vlad Rozov Priority: Minor
The algorithm for average calculation is the subject to overflow due to (count * average). It may be better to use http://www.heikohoffmann.de/htmlthesis/node134.html (with modification) to compute the average. -- This message was sent by Atlassian JIRA (v6.3.15#6346)