commons-math icon indicating copy to clipboard operation
commons-math copied to clipboard

Apache Commons Math

Results 70 commons-math issues
Sort by recently updated
recently updated
newest added

beginnings for doing a bit of discrete mathematics

https://issues.apache.org/jira/browse/MATH-1159 I added a TreeMap to hold PSquarePercentile's. User had to pass which percentiles they wish to track into an overridden constructor, since SummaryStatistics doesn't maintain values. TreeMap for PSquarePercentile's...

Rebased to develop branch. Please use this PR instead of https://github.com/apache/commons-math/pull/38 cc @marcheto

Barnhill master is now merged with MATH-1290. I found some small nits in the merging process which I fixed like some periods in the javadoc params. The merge runs a...

As discussed on commons-dev I have added several methods to ComplexUtils, with the goal of adding functionality for easy conversion between Complex[] data and primitive arrays of complex interleaved data....

DBSCAN requires a minimum number of points to form a cluster. The current implementation only forms a cluster if the number of neighbours of a chosen point >= the minimum...

In the current implementation, it is possible to set the `nanStrategy` and `tiesStrategy` of `NaturalRanking` to `null`, even though they will inevitably throw NPEs upon any calls to `rank` or...

This PR contains a fix for this issue, for both double and float inputs. I've also included some a unit tests that should provide 100% coverage. Basic performance testing indicates...

I have replaced conditional with polymorphism for modular code.