[commons-compress] traditional zip encryption patch to come

2016-02-14 Thread Bear Giles
We discussed adding support for the traditional zip encryption algorithm a while back. IIRC the concensus was loosely against it since it's so weak and we don't want to mislead people. Since then I can add two points. First, I heard from someone who said that she has to use the traditional encryp

Re: [math] protected methods in OLS regression class???

2016-02-14 Thread Gilles
On Sun, 14 Feb 2016 16:42:24 -0800, michael.brzustow...@gmail.com wrote: Hi, Is there reason that OLSMultipleLinearRegression.calculateBeta() and OLSMultipleLinearRegression.calculateBetaVariance() are protected and not public? I can only guess that the purpose was to define the API only ter

[math] protected methods in OLS regression class???

2016-02-14 Thread michael.brzustow...@gmail.com
Hi, Is there reason that OLSMultipleLinearRegression.calculateBeta() and OLSMultipleLinearRegression.calculateBetaVariance() are protected and not public? Is this used for testing purposes ... or just an oversight ... or am I just using the class wrong? Thanx! -Mike