This commit is contained in:
Gilles Sadowski 2022-12-26 03:09:37 +01:00
parent e22fd6d967
commit 585b04c22e
2 changed files with 7 additions and 3 deletions

View File

@ -15,7 +15,9 @@
* limitations under the License.
*/
/**
* Implementations of common discrete and continuous distributions.
* [Mostly moved to the "Commons Statistics" project (cf. JIRA: MATH-1443).]
* Implementations of probability distributions.
*
* Many common discrete and continuous distributions are available in
* <a href="https://commons.apache.org/statistics">Commons Statistics</a>.
*/
package org.apache.commons.math4.legacy.distribution;

View File

@ -15,6 +15,8 @@
* limitations under the License.
*/
/**
* Implementations of special functions such as Beta and Gamma.
* Implementations of special functions.
* Note that Beta and Gamma functions are available in
* <a href="https://commons.apache.org/numbers">Commons Numbers</a>.
*/
package org.apache.commons.math4.legacy.special;