Re: [math] StorelessCovariance

2011-08-18 Thread Patrick Meyer
Thanks for the tip. I was not aware of IntelliJ but I'll certainly look into it. On 8/18/2011 1:27 AM, Ted Dunning wrote: NetBeans is kind of wasting away for lack of attention. IntelliJ generally gets these things exactly correct. SVN, git and mvn are all mother tongues for it. There is an

Re: [math] StorelessCovariance

2011-08-17 Thread Ted Dunning
NetBeans is kind of wasting away for lack of attention. IntelliJ generally gets these things exactly correct. SVN, git and mvn are all mother tongues for it. There is an excellent community edition and Apache committers can get a full version. On Wed, Aug 17, 2011 at 8:09 PM, Patrick Meyer wro

Re: [math] StorelessCovariance

2011-08-17 Thread Patrick Meyer
OK, after fidgeting with NetBeans for too long without results, I went with Phil's suggestion and just used subversion at the command prompt. It was much easier than trying to configure NetBeans. I uploaded the patch this evening. It includes two new classes StorelessCovariance.java and Storel

Re: [math] StorelessCovariance

2011-08-17 Thread Greg Sterijevski
I am building in Netbeans and I believe that Luc is correct. I initially had problems until I included the junit.jar. (junit-4.8.2.jar) PS What is your approach to the covariance matrix? Are you building a sum of squares matrix or keeping updates of the mean, ... etc? On Wed, Aug 17, 2011 at 1:2

Re: [math] StorelessCovariance

2011-08-17 Thread Luc Maisonobe
Hi Patrick, Le 17/08/2011 18:15, Patrick Meyer a écrit : I am workin on the StorelessCovariance per jira MATH-449. However, I'm having a hard time using subversion via Netbeans. I have successfully created the new classes and a JUnit test. However, when I run the test I get the following message

[math] StorelessCovariance

2011-08-17 Thread Patrick
I am workin on the StorelessCovariance per jira MATH-449. However, I'm having a hard time using subversion via Netbeans. I have successfully created the new classes and a JUnit test. However, when I run the test I get the following message, "caused an ERORR: Absent Code attribute in method tha

Re: [math] StorelessCovariance

2011-08-17 Thread Phil Steitz
On 8/17/11 9:15 AM, Patrick Meyer wrote: > caused an ERORR: Absent Code attribute in method that is not > native or abstract in class file org/apache/commons/math/TestUtils First of all, THANKS for working on this! This may not be what you want to hear or the fashionable response, but I personall

[math] StorelessCovariance

2011-08-17 Thread Patrick Meyer
I am workin on the StorelessCovariance per jira MATH-449. However, I'm having a hard time using subversion via Netbeans. I have successfully created the new classes and a JUnit test. However, when I run the test I get the following message, "caused an ERORR: Absent Code attribute in method tha