Registry / utility / commons-math3

commons-math3

JSON →
library3.6.1javamavenunverified

A library of lightweight, self-contained mathematics and statistics components addressing common practical problems not available in the Java language or commons-lang.

<dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-math3</artifactId> <version>3.6.1</version> </dependency>
INSTALL
IMPORT
SIG · COMMONS-MATH3
C
commons-math3
utilityjavav3.6.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

StatUtils
org.apache.commons.math3.stat.StatUtils

Computes the mean of an array of doubles using StatUtils.

import org.apache.commons.math3.stat.StatUtils; public class Example { public static void main(String[] args) { double[] values = {1.0, 2.0, 3.0, 4.0, 5.0}; double mean = StatUtils.mean(values); System.out.println("Mean: " + mean); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.6.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
commons-math3 — mvn dependency:get commons-math3 · libregistry