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

Apache Commons Math

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

Per https://issues.apache.org/jira/browse/MATH-1453

* Redundant String operation * Redundant array creation * Redundant type arguments * Redundant type cast

If `StatisticalSummaryValues` are created manually, its easier if the sum does not need to be passed.

Method 'stage' in class 'TrapezoidIntegrator' rewrite as override. Remove not using Exception

Detailed description of the issue: https://issues.apache.org/jira/browse/MATH-1560 This patch converts the return arrays of `NumberFormat.getAvailableLocales()` and `ComplexFormat.getAvailableLocales()` to HashSets, before doing an `assertEqual` on the content of the sets.

For detailed description of the issue, see: https://issues.apache.org/jira/browse/MATH-1559 If we just want to change the test so that it will always pass, this PR achieves it by setting a small...

While DescriptiveStatistics can be initialized with double[] or Double[], this is not possible for SummaryStatistics. To easy the use, I recommend to add constructors enabling this initialization.