Re: [Math] rolling calculations with lag

2007-10-24 Thread Bradford Cross
New patch for rolling stats is attached to ticket. Notes are included. Please review and get back to me. On 10/13/07, Bradford Cross <[EMAIL PROTECTED]> wrote: > > I am fixing these issues tonight and finishing up the ranking statistics. > > > I still need to optimize the sorted deque structure t

Re: [Math] rolling calculations with lag

2007-10-13 Thread Bradford Cross
I am fixing these issues tonight and finishing up the ranking statistics. I still need to optimize the sorted deque structure that I created for RollingPercentile that uses a linked list and hte ResizeableDoubleArray. I will create a patch thhat includes the first version while I work an a more p

Re: [Math] rolling calculations with lag

2007-10-12 Thread Bradford Cross
On 10/12/07, Phil Steitz <[EMAIL PROTECTED]> wrote: > > Thanks! > > Had a quick look and have a couple of comments. > > First, have a look at the developers guide (linked on the [math] > website) for style and other guidlines and if you are not set up yet > with maven, let me know if you need help

Re: [Math] rolling calculations with lag

2007-10-12 Thread Phil Steitz
Thanks! Had a quick look and have a couple of comments. First, have a look at the developers guide (linked on the [math] website) for style and other guidlines and if you are not set up yet with maven, let me know if you need help getting set up so you can get checkstyle and pmd reports. We sho

Re: [Math] rolling calculations with lag

2007-10-11 Thread Bradford Cross
Cool - first patch finally submitted. :-) On 10/6/07, Phil Steitz <[EMAIL PROTECTED]> wrote: > > On 10/3/07, Bradford Cross <[EMAIL PROTECTED]> wrote: > > OK, I have created a patch...I tried to follow the instructions to file > a > > bug on bugzilla but i can't seem to find the right place to fil

Re: [Math] rolling calculations with lag

2007-10-06 Thread Phil Steitz
On 10/3/07, Bradford Cross <[EMAIL PROTECTED]> wrote: > OK, I have created a patch...I tried to follow the instructions to file a > bug on bugzilla but i can't seem to find the right place to file a new bug > to either commons or commons math. > > I wonder if someone could help me out. > Sorry for

Re: [Math] rolling calculations with lag

2007-10-03 Thread Wendy Smoak
On 10/3/07, Bradford Cross <[EMAIL PROTECTED]> wrote: > OK, I have created a patch...I tried to follow the instructions to file a > bug on bugzilla but i can't seem to find the right place to file a new bug > to either commons or commons math. > > I wonder if someone could help me out. Start here

Re: [Math] rolling calculations with lag

2007-10-03 Thread Bradford Cross
OK, I have created a patch...I tried to follow the instructions to file a bug on bugzilla but i can't seem to find the right place to file a new bug to either commons or commons math. I wonder if someone could help me out. /b On 9/29/07, Phil Steitz <[EMAIL PROTECTED]> wrote: > > On 9/22/07, Bra

Re: [Math] rolling calculations with lag

2007-09-29 Thread Bradford Cross
On 9/29/07, Phil Steitz <[EMAIL PROTECTED]> wrote: > > On 9/22/07, Bradford Cross <[EMAIL PROTECTED]> > > > the Smart updates are a key feature for event stream processing / time > > series simulation. The only piece that is missing from a time series > > analysis and simulation perspective is the

Re: [Math] rolling calculations with lag

2007-09-29 Thread Phil Steitz
On 9/22/07, Bradford Cross <[EMAIL PROTECTED]> wrote: > Greetings! > > Recently I stumbled into the Commons math project; nice design, good > abstractions, "smart updates" and even unit tests! :-) > Thanks! > the Smart updates are a key feature for event stream processing / time > series simulatio

[Math] rolling calculations with lag

2007-09-22 Thread Bradford Cross
Greetings! Recently I stumbled into the Commons math project; nice design, good abstractions, "smart updates" and even unit tests! :-) the Smart updates are a key feature for event stream processing / time series simulation. The only piece that is missing from a time series analysis and simulati