commons-math 2.2-6 source package in Ubuntu

Changelog

commons-math (2.2-6) unstable; urgency=medium

  * Team upload.
  * Declare compliance with Debian Policy 3.9.8.
  * Vcs-fields: Use https.
  * Switch from cdbs to dh sequencer.
  * Add disable-testSampling-test.patch.
    Disable testSampling test that fails with a probability of 0.001.
    (Closes: #834890)

 -- Markus Koschany <email address hidden>  Fri, 26 Aug 2016 16:25:16 +0200

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
java
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Yakkety: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
commons-math_2.2-6.dsc 2.2 KiB 53047323d34f59e5ec676a81a6fa71e8d6137483d82a306f6de753385a568172
commons-math_2.2.orig.tar.gz 1.3 MiB a7624c3a3e2581d9905f1f1090c78c25448678bddcec2a48a4dc8a80f16ed1b8
commons-math_2.2-6.debian.tar.xz 6.8 KiB 3f0c2b6d5a06cdf44ad8d8d76f7c5595c844e90249cacb0df62a97916c0d68b3

Available diffs

No changes file available.

Binary packages built by this source

libcommons-math-java: No summary available for libcommons-math-java in ubuntu zesty.

No description available for libcommons-math-java in ubuntu zesty.

libcommons-math-java-doc: Java lightweight mathematics and statistics components - documentation

 Commons Math is a Java library of lightweight, self-contained mathematics
 and statistics components.
 .
 Commons Math is made up of a small set of math/stat utilities addressing
 programming problems like the ones in the list below:
  - Computing means, variances and other summary statistics for a list of
  numbers
  - Fitting a line to a set of data points using linear regression
  - Finding a smooth curve that passes through a collection of points
  (interpolation)
  - Fitting a parametric model to a set of measurements using least-squares
  methods
  - Solving equations involving real-valued functions (i.e. root-finding)
  - Solving systems of linear equations
  - Solving Ordinary Differential Equations
  - Minimizing multi-dimensional functions
  - Generating random numbers with more restrictions (e.g distribution, range)
  than what is possible using the JDK
  - Generating random samples and/or datasets that are "like" the data in an
  input file
  - Performing statistical significance tests
  - Miscellaneous mathematical functions such as factorials, binomial
  coefficients and "special functions" (e.g. gamma, beta functions)
 .
 This is a part of the Apache Commons Project.
 .
 This package provides the API documentation for Commons Math.