Re: [math] Math-817 and .equals questions. .

2012-11-09 Thread Gilles Sadowski
Hi Jared. > Any thoughts on the below email? If not, I will submit one patch, probably > today or tomorrow. > > --- > > Hello, > > I am about to submit some code for issue Math-817 involving fitting > multivariate normal mixture models using the EM algorithm. In

RE: [math] Math-817 and .equals questions. .

2012-11-09 Thread Becksfort, Jared
Any thoughts on the below email? If not, I will submit one patch, probably today or tomorrow. --- Hello, I am about to submit some code for issue Math-817 involving fitting multivariate normal mixture models using the EM algorithm. In order to simplify the unit t

[math] Math-817 and .equals questions

2012-11-07 Thread Becksfort, Jared
Hello, I am about to submit some code for issue Math-817 involving fitting multivariate normal mixture models using the EM algorithm. In order to simplify the unit test, I added overrode equals and hashCode. This in turn required me to make a few changes to code in the previously resolved iss