How to Install and Uninstall libcommons-math3-java-doc Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

1. Install "libcommons-math3-java-doc" package

This tutorial shows how to install libcommons-math3-java-doc on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libcommons-math3-java-doc

2. Uninstall "libcommons-math3-java-doc" package

Learn how to uninstall libcommons-math3-java-doc on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libcommons-math3-java-doc $ sudo apt autoclean && sudo apt autoremove

3. Information about the libcommons-math3-java-doc package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libcommons-math3-java-doc
Priority: optional
Section: universe/doc
Installed-Size: 47451
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Source: commons-math3
Version: 3.6-2
Depends: libjs-mathjax
Suggests: libcommons-math3-java
Filename: pool/universe/c/commons-math3/libcommons-math3-java-doc_3.6-2_all.deb
Size: 1551318
MD5sum: fde4f383105324f674df3c0540e20dac
SHA1: 2ddf6031a7aeebbf90efaf4436300510a4ba8e26
SHA256: 620ed3f56deca3a6bd21fd8d40758ce5df01f15df4dc7d205d078e311e6c169d
Description-en: 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.
Description-md5: 0f1ee1a8f50c7203dc3ef1246c19c060
Homepage: http://commons.apache.org/math/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu