commons-math3 3.2-3 source package in Ubuntu

Changelog

commons-math3 (3.2-3) unstable; urgency=low


  * Added ant-junit4 to the classpath to fix the test failures (Closes: #713763)
  * Use canonical URLs for the Vcs-* fields

 -- Emmanuel Bourg <email address hidden>  Tue, 25 Jun 2013 15:36:48 +0200

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Saucy: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
commons-math3_3.2-3.dsc 2.1 KiB 2819974c05d368ca9f15e0e753959be4614d29de0b2a7e8ff99c6d1b85efa19d
commons-math3_3.2.orig.tar.gz 2.5 MiB 07992f0630aea0e973c41a34330fe8109b867fc30507b566142a62ec2e483310
commons-math3_3.2-3.debian.tar.gz 7.0 KiB b1f4c2f22ab9f5fce354c7a5b1dfb37843a5fdb7c1a99ff9db00db1a4032c813

Available diffs

No changes file available.

Binary packages built by this source

libcommons-math3-java: Java lightweight mathematics and statistics components

 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.

libcommons-math3-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.