RE: [GSoC][Commons][STATISTICS][Regression][Matrix] Separate modulefor StatisticsMatrix (simple extension of EJML's SimpleBase) in commonsstatistics?

2019-06-21 Thread Ben Nguyen
Hi, The CM regression module uses LU & QR decomposition and basic matrix operations like multiply, add/subtract, transpose, inverse, as well as functionalities like getting a submatrix, getting dimensions etc…. All of which EJML provides as far as I’ve looked. But I also expect there to be perha

Re: [GSoC][Commons][STATISTICS][Regression][Matrix] Separate module for StatisticsMatrix (simple extension of EJML's SimpleBase) in commons statistics?

2019-06-21 Thread Gilles Sadowski
Hi. Le ven. 21 juin 2019 à 14:38, Ben Nguyen a écrit : > > Hello, > > Mr. Gilles Sadowski suggested to me on Slack that StatisticsMatrix and future > extensions of EJML’s code should go into it’s own component. Not exactly; I suggested that 1. there be an interface defined in [Statistics] for m

[crypto] PR Review Request

2019-06-21 Thread Alex Remily
Commons Crypto Committer Team, Please have a look at my PR when you get a chance. Fixes the Windows build and includes support for OpenSSL 1.1. When vetted and finalized, this should go a long way to getting a new release out with support for OpenSSL 1.0.x and 1.1.x on Windows, Linux and OSX. h

Re: [numbers-fraction] Code duplication between FractionTest and BigFractionTest

2019-06-21 Thread Heinrich Bohne
I've created a pull request: https://github.com/apache/commons-numbers/pull/55 This pull request exterminates most the code duplication between the two classes. There is still some duplication left, most notably in the method testDigitLimitConstructor(), but I've found out that the Fraction(doubl

[GSoC][Commons][STATISTICS][Regression][Matrix] Separate module for StatisticsMatrix (simple extension of EJML's SimpleBase) in commons statistics?

2019-06-21 Thread Ben Nguyen
Hello, Mr. Gilles Sadowski suggested to me on Slack that StatisticsMatrix and future extensions of EJML’s code should go into it’s own component. So based on my understanding; should there be a general matrix module to use inside of commons statistics which uses the EJML? Does anyone think anot