Apache Commons Math is a library of lightweight, self-contained mathematics and statistics components for Java.
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-math</artifactId>
<version>2.2</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Computes the mean of an array of doubles using Commons Math.
Replace commons-math with commons-math3 artifact.
No dependency data recorded yet.