You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apex.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/08/27 16:12:01 UTC

[jira] [Commented] (APEXMALHAR-2489) Change algorithm for average calculation in RunningAverage

    [ https://issues.apache.org/jira/browse/APEXMALHAR-2489?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16143151#comment-16143151 ] 

ASF GitHub Bot commented on APEXMALHAR-2489:
--------------------------------------------

vrozov closed pull request #653: APEXMALHAR-2489 Change algorithm for running average
URL: https://github.com/apache/apex-malhar/pull/653
 
 
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> 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
>            Assignee: Florian Schmidt
>            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.4.14#64029)