Hi Math3 devs,
Is there a consensus on the future of Math3? I rely on the Linear Algebra
package and also Stats.
Is there major changes planned for those? I have heard some mentions of
refactoring going on,
but not sure how much would change to the API ... or if it's just
implementation details.
what "textbook?" ... why not model apache math after the GSL ... not all of
it ... just the useful bits ???
supposedly, GSL is just Numerical Recipes.
On Thu, Jun 23, 2016 at 6:54 AM, Dimitri Pourbaix
wrote:
> Hello,
>
> For the past 10 years, I have followed the discussions about commons-math
>
Hi Giles,
I ran into the same problem. Many months ago I asked about higher order
moments in Multivariate Stats. I pulled the code and implemented third and
fourth order moments in MVStats. I had to "unprotect" some methods and
mostly got everything working. The problem arose (I think) in one of th
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
Hi Phil,
Thank you ... EmpiricalDistribution was actually what I was looking for!
-Mike
On Mon, Nov 23, 2015 at 1:10 PM, Phil Steitz wrote:
> On 11/23/15 1:48 PM, michael.brzustow...@gmail.com wrote:
> > Hi,
> > Is a Histogram class in the works? I am curr
Hi,
Is a Histogram class in the works? I am currently
using org.apache.commons.math3.stat.Frequency to build my own. I think it
would be a really useful addition considering how thorough the other
statistical classes / methods are in math 3.
Thanx,
Mike