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

**benchmark code:** ``` package com.xenoamess.performance; import org.openjdk.jmh.annotations.Benchmark; import org.openjdk.jmh.annotations.BenchmarkMode; import org.openjdk.jmh.annotations.Mode; import org.openjdk.jmh.annotations.OutputTimeUnit; import org.openjdk.jmh.annotations.Scope; import org.openjdk.jmh.annotations.State; import java.util.Arrays; import java.util.concurrent.TimeUnit; /** * Test to show witch way to fill...

This PR consists of the following changes: for loop is replaced by forEach.

Add package-info.java file in package initialization.

Fixing the grammar errors in Javadoc of WilcoxonSignedRankTest.wilcoxonSignedRankTest.

This PR is be associated with the ML MiniBatchKMeans algorithm disscussion. It is the improvement of PR #118

This PR is be associated with the ML MiniBatchKMeans algorithm disscussion.

Fixing the incorrect exception types documented in Javadoc of AnyMatrix#checkAdd and AnyMatrix#checkMultiply.

When an `ObjectOutputStream` instance wraps an underlying `ByteArrayOutputStream` instance, it is [recommended](http://stackoverflow.com/questions/2984538/how-to-use-bytearrayoutputstream-and-dataoutputstream-simultaneously-java) to flush or close the `ObjectOutputStream` before invoking the underlying instances's `toByteArray()`. This pull request adds a call...

MATH-1494 Added implementation and tests of Exponential Fitting using a method described by Jacquelin

When an `ObjectOutputStream` instance wraps an underlying `ByteArrayOutputStream` instance, it is recommended to flush or close the `ObjectOutputStream` before invoking the underlying instances's `toByteArray()`. Although in these cases it is...