diff --git a/src/java/org/apache/commons/math/analysis/package.html b/src/java/org/apache/commons/math/analysis/package.html index a4cf4c810..fbd312450 100644 --- a/src/java/org/apache/commons/math/analysis/package.html +++ b/src/java/org/apache/commons/math/analysis/package.html @@ -1,5 +1,20 @@ - + + Implementations of common numerical analysis procedures, including root finding and function interpolation. diff --git a/src/java/org/apache/commons/math/complex/package.html b/src/java/org/apache/commons/math/complex/package.html new file mode 100644 index 000000000..0ea4367d5 --- /dev/null +++ b/src/java/org/apache/commons/math/complex/package.html @@ -0,0 +1,22 @@ + + + + + Complex number type and implementations of complex transcendental + functions. + + \ No newline at end of file diff --git a/src/java/org/apache/commons/math/distribution/package.html b/src/java/org/apache/commons/math/distribution/package.html index 7adbaaab8..1c8ee7b09 100644 --- a/src/java/org/apache/commons/math/distribution/package.html +++ b/src/java/org/apache/commons/math/distribution/package.html @@ -1,4 +1,19 @@ - + + Implementations of common discrete and continuous distributions. diff --git a/src/java/org/apache/commons/math/linear/package.html b/src/java/org/apache/commons/math/linear/package.html index cc6310575..cf5494776 100644 --- a/src/java/org/apache/commons/math/linear/package.html +++ b/src/java/org/apache/commons/math/linear/package.html @@ -1,4 +1,19 @@ - + + Linear algebra support. diff --git a/src/java/org/apache/commons/math/package.html b/src/java/org/apache/commons/math/package.html index 89281c1ac..662a8f894 100644 --- a/src/java/org/apache/commons/math/package.html +++ b/src/java/org/apache/commons/math/package.html @@ -1,4 +1,19 @@ - + + Common classes used throughout the commons-math library. diff --git a/src/java/org/apache/commons/math/random/package.html b/src/java/org/apache/commons/math/random/package.html index 00103e153..ac0c11ef6 100644 --- a/src/java/org/apache/commons/math/random/package.html +++ b/src/java/org/apache/commons/math/random/package.html @@ -1,4 +1,19 @@ - + + Random number and random data generators. diff --git a/src/java/org/apache/commons/math/special/package.html b/src/java/org/apache/commons/math/special/package.html index c82f010fe..db5faff29 100644 --- a/src/java/org/apache/commons/math/special/package.html +++ b/src/java/org/apache/commons/math/special/package.html @@ -1,4 +1,19 @@ - + + Implementations of special functions such as Beta and Gamma. diff --git a/src/java/org/apache/commons/math/stat/inference/package.html b/src/java/org/apache/commons/math/stat/inference/package.html new file mode 100644 index 000000000..3ae9666de --- /dev/null +++ b/src/java/org/apache/commons/math/stat/inference/package.html @@ -0,0 +1,22 @@ + + + + + Classes providing hypothesis testing and confidence interval + construction. + + diff --git a/src/java/org/apache/commons/math/stat/multivariate/package.html b/src/java/org/apache/commons/math/stat/multivariate/package.html new file mode 100644 index 000000000..ed6e7dbef --- /dev/null +++ b/src/java/org/apache/commons/math/stat/multivariate/package.html @@ -0,0 +1,21 @@ + + + + + Statistical routines involving multivariate data. + + diff --git a/src/java/org/apache/commons/math/stat/package.html b/src/java/org/apache/commons/math/stat/package.html index 41e8b8d45..49dc75021 100644 --- a/src/java/org/apache/commons/math/stat/package.html +++ b/src/java/org/apache/commons/math/stat/package.html @@ -1,4 +1,19 @@ - + + Data storage, manipulation and summary routines. diff --git a/src/java/org/apache/commons/math/stat/univariate/moment/package.html b/src/java/org/apache/commons/math/stat/univariate/moment/package.html index 1932f3d0b..8f74db34f 100644 --- a/src/java/org/apache/commons/math/stat/univariate/moment/package.html +++ b/src/java/org/apache/commons/math/stat/univariate/moment/package.html @@ -1,4 +1,19 @@ - + + Summary statistics based on moments. diff --git a/src/java/org/apache/commons/math/stat/univariate/package.html b/src/java/org/apache/commons/math/stat/univariate/package.html index 1e8a0180f..e53d9c90d 100644 --- a/src/java/org/apache/commons/math/stat/univariate/package.html +++ b/src/java/org/apache/commons/math/stat/univariate/package.html @@ -1,5 +1,20 @@ - + + Generic univariate summary statistic objects. diff --git a/src/java/org/apache/commons/math/stat/univariate/rank/package.html b/src/java/org/apache/commons/math/stat/univariate/rank/package.html index 9cb79c194..a44b50cd0 100644 --- a/src/java/org/apache/commons/math/stat/univariate/rank/package.html +++ b/src/java/org/apache/commons/math/stat/univariate/rank/package.html @@ -1,4 +1,19 @@ - + + Summary statistics based on ranks. diff --git a/src/java/org/apache/commons/math/stat/univariate/summary/package.html b/src/java/org/apache/commons/math/stat/univariate/summary/package.html index 670e6fc8a..261de2ca4 100644 --- a/src/java/org/apache/commons/math/stat/univariate/summary/package.html +++ b/src/java/org/apache/commons/math/stat/univariate/summary/package.html @@ -1,4 +1,19 @@ - + + Other summary statistics. diff --git a/src/java/org/apache/commons/math/util/package.html b/src/java/org/apache/commons/math/util/package.html index da4660c31..750a0fc17 100644 --- a/src/java/org/apache/commons/math/util/package.html +++ b/src/java/org/apache/commons/math/util/package.html @@ -1,4 +1,19 @@ - + + Convience routines and common data structure used throughout the commons-math library.