[EMAIL PROTECTED]: Project commons-configuration-test (in module apache-commons) failed

2008-09-24 Thread Gump
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project commons-configuration-test has an issue affecting its community integration. Thi

Re: [math] how to get the second ferivatives of a group of data

2008-09-24 Thread Ted Dunning
> > Function F(x) does not have a formula to specify the relation between x > > and f(x), but for each x, I have got the value of f(x) by a measurement > > machine. > > > > I am interested in the point xi at which the second derivative of f(xi) > > is zero. > > > > Can anybody help me how to do tha

Re: [math] how to get the second ferivatives of a group of data

2008-09-24 Thread Luc Maisonobe
Yang, Shuli a écrit : > Here is the problem, First, please do include a [math] prefix in the subject line when you post a message related to commons-math to this list. It is shared by several sub-projects and it helps people filtering their mail. > > Function F(x) does not have a formula to spec

how to get the second ferivatives of a group of data

2008-09-24 Thread Yang, Shuli
Here is the problem, Function F(x) does not have a formula to specify the relation between x and f(x), but for each x, I have got the value of f(x) by a measurement machine. I am interested in the point xi at which the second derivative of f(xi) is zero. Can anybody help me how to do that?

Re: [all] Generics and Return Type?

2008-09-24 Thread Simone Gianni
James Carman wrote: > I think this kind of stuff is perfect for lang, since it already deals > with reflection and it is a language-level problem. It took me > FOREVER to figure out how to do that code! :) I hope it can help > someone else. > Hi James, I can perfectly understand, at the third

Re: [all] Generics and Return Type?

2008-09-24 Thread James Carman
I think this kind of stuff is perfect for lang, since it already deals with reflection and it is a language-level problem. It took me FOREVER to figure out how to do that code! :) I hope it can help someone else. On Wed, Sep 24, 2008 at 4:07 AM, Simone Gianni <[EMAIL PROTECTED]> wrote: > Hi Jame

Re: [all] Generics and Return Type?

2008-09-24 Thread Simone Gianni
Hi James and Matt, and thank you for answering. James' code is nice, and it is exactly what I was talking about. Anyway, it covers one of the possible needs : the return type of a method; while also parameters can be parametrized and in some situations (like a List) simply knowing which type the p