[
https://issues.apache.org/jira/browse/MATH-169?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Bradford N. Cross updated MATH-169:
-----------------------------------
Attachment: RankPatch.txt
Fixes issues with last patch:
-style
-javadoc
-does not include any refactorings, only new features
changes:
-seperated patches by functional area (summary, rank, moment) this patch is
rank only
-removing the rolling package, adding rolling rank, summary and moment stats
into respective packages
notes for future change:
-rolling percentile uses a data structure called SortedDeque, i am exploring
solving the selection problem with partitioning algorithms and benchmarking to
compare performance
> 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, RankPatch.txt
>
>
> 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.