[Math] Could StatUtils use a method to find the index of the maximum value.

2013-09-19 Thread Ajo Fod
It currently has the maximum of a double array. -Ajo.

Re: [OT] Anyone going to JavaOne?

2013-09-19 Thread Hasan Diwan
Not going, though I do seem to manage to get myself into the afterparties/happy hours every year. -- H On 19 September 2013 13:53, Ted Dunning wrote: > I am not going, but we have a ton of guys there. > > Drop by the MapR booth and say hi! > > > > > On Thu, Sep 19, 2013 at 12:50 PM, James Carma

Re: [OT] Anyone going to JavaOne?

2013-09-19 Thread Ted Dunning
I am not going, but we have a ton of guys there. Drop by the MapR booth and say hi! On Thu, Sep 19, 2013 at 12:50 PM, James Carman wrote: > Is anyone planning on going? It would be great to meet some of you > guys face-to-face for once, if you're going to be there. > > James > >

[OT] Anyone going to JavaOne?

2013-09-19 Thread James Carman
Is anyone planning on going? It would be great to meet some of you guys face-to-face for once, if you're going to be there. James - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-

Re: [OT] Anyone going to JavaOne?

2013-09-19 Thread Mark Thomas
On 19/09/2013 20:50, James Carman wrote: > Is anyone planning on going? It would be great to meet some of you > guys face-to-face for once, if you're going to be there. I'll be there. I'm speaking. [1] Mark [1] https://oracleus.activeevents.com/2013/connect/sessionDetail.ww?SESSION_ID=3651 --

Re: [Math] DS: An alternative to DerivativeStructure

2013-09-19 Thread Ajo Fod
Hi Luc, I'll work on tests when I get a chance. RealFieldElement has a lot of functions so its a bit out of my way. Cheers, -Ajo On Thu, Sep 19, 2013 at 10:58 AM, Luc Maisonobe wrote: > Hi Ajo, > > Le 19/09/2013 16:26, Ajo Fod a écrit : > > Created: > https://issues.apache.org/jira/browse/MA

Re: [Math] DS: An alternative to DerivativeStructure

2013-09-19 Thread Luc Maisonobe
Hi Ajo, Le 19/09/2013 16:26, Ajo Fod a écrit : > Created: https://issues.apache.org/jira/browse/MATH-1036#comment-13771933 This looks promising. Would it be possible to have this class implement RealFieldElement and to have some unit tests? best regards, Luc > > > > On Thu, Sep 19, 2013 at 1

Re: [Math] DS: An alternative to DerivativeStructure

2013-09-19 Thread Ajo Fod
Created: https://issues.apache.org/jira/browse/MATH-1036#comment-13771933 On Thu, Sep 19, 2013 at 12:29 AM, luc wrote: > Le 2013-09-19 08:26, Ajo Fod a écrit : > >> Hello, >> > > Hi Ajo, > > > >> Ran into problems with DerivativeStructure today. It requires a lot of >> memory with 6000 or so i

Re: [COLLECTIONS] CollectionUtils.adapterCollection(Collection, Transformer)?

2013-09-19 Thread Evan Ward
Hi John, I've attached my form. Thanks, Evan On Wed 18 Sep 2013 09:23:10 PM EDT, Bruno P. Kinoshita wrote: > True, maybe with EachElement and a Procedure [1], or maybe > IteratorToGeneratorAdapter, or something similar to the > ArrayListBackedAggregator and some custom function :) Or maybe wit

Re: [Math] DS: An alternative to DerivativeStructure

2013-09-19 Thread luc
Le 2013-09-19 08:26, Ajo Fod a écrit : Hello, Hi Ajo, Ran into problems with DerivativeStructure today. It requires a lot of memory with 6000 or so independent variables. I poked around and found it the problem starts with the number of DSCompiler objects instantiated. Yes, this is a know