commons-math
commons-math copied to clipboard
Apache Commons Math
Per https://issues.apache.org/jira/browse/MATH-1453
* Redundant String operation * Redundant array creation * Redundant type arguments * Redundant type cast
…with Files NIO APIs.
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.
use System.arraycopy instead of loop.