You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Bradford N. Cross (JIRA)" <ji...@apache.org> on 2007/10/11 18:06:50 UTC

[jira] Updated: (MATH-169) Rolling statistics

     [ https://issues.apache.org/jira/browse/MATH-169?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bradford N. Cross updated MATH-169:
-----------------------------------

    Attachment: FirstRollingPatch

First patch for rolling statistics.  Includes RollingMean and RollingSum using the commons queue data structure ResizeableDoubleArray.  

Also working towards the implimentation of RollingPercentile, so there are some small refactorings in Percentile and DescriptiveStatisticsImplTest.  

Please give me feedback on style guidelines and anything I am missing to comply with the standards.  


> Rolling statistics
> ------------------
>
>                 Key: MATH-169
>                 URL: https://issues.apache.org/jira/browse/MATH-169
>             Project: Commons Math
>          Issue Type: Improvement
>            Reporter: Bradford N. Cross
>         Attachments: FirstRollingPatch
>
>
> Rolling statistics with optimized calculation algorithms.  

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.