Javadoc.
This commit is contained in:
parent
e22fd6d967
commit
585b04c22e
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue