This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-statistics.git
The following commit(s) were added to refs/heads/master by this push:
new 40b3ed05 Javadoc
40b3ed05 is described below
commit 40b3ed0597e1ef19a04e548b2891f874698c68cf
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Mar 23 11:48:30 2026 -0700
Javadoc
---
.../main/java/org/apache/commons/statistics/descriptive/NaNPolicy.java | 2 +-
.../main/java/org/apache/commons/statistics/descriptive/Quantile.java | 2 +-
.../main/java/org/apache/commons/statistics/descriptive/Statistic.java | 2 +-
.../org/apache/commons/statistics/inference/AlternativeHypothesis.java | 2 +-
.../org/apache/commons/statistics/inference/ContinuityCorrection.java | 2 +-
.../java/org/apache/commons/statistics/inference/DataDispersion.java | 2 +-
.../main/java/org/apache/commons/statistics/inference/Inequality.java | 2 +-
.../main/java/org/apache/commons/statistics/inference/PValueMethod.java | 2 +-
.../org/apache/commons/statistics/inference/UnconditionedExactTest.java | 2 +-
9 files changed, 9 insertions(+), 9 deletions(-)
diff --git
a/commons-statistics-descriptive/src/main/java/org/apache/commons/statistics/descriptive/NaNPolicy.java
b/commons-statistics-descriptive/src/main/java/org/apache/commons/statistics/descriptive/NaNPolicy.java
index e1d43b37..1dee18b6 100644
---
a/commons-statistics-descriptive/src/main/java/org/apache/commons/statistics/descriptive/NaNPolicy.java
+++
b/commons-statistics-descriptive/src/main/java/org/apache/commons/statistics/descriptive/NaNPolicy.java
@@ -17,7 +17,7 @@
package org.apache.commons.statistics.descriptive;
/**
- * Defines the policy for {@link Double#NaN NaN} values found in data.
+ * Enumerates the policies for {@link Double#NaN NaN} values found in data.
*
* @since 1.1
*/
diff --git
a/commons-statistics-descriptive/src/main/java/org/apache/commons/statistics/descriptive/Quantile.java
b/commons-statistics-descriptive/src/main/java/org/apache/commons/statistics/descriptive/Quantile.java
index 8222aaab..250059b7 100644
---
a/commons-statistics-descriptive/src/main/java/org/apache/commons/statistics/descriptive/Quantile.java
+++
b/commons-statistics-descriptive/src/main/java/org/apache/commons/statistics/descriptive/Quantile.java
@@ -732,7 +732,7 @@ public final class Quantile {
}
/**
- * Estimation methods for a quantile. Provides the nine quantile algorithms
+ * Enumerates estimation methods for a quantile. Provides the nine
quantile algorithms
* defined in Hyndman and Fan (1996)[1] as {@code HF1 - HF9}.
*
* <p>Samples quantiles are defined by:
diff --git
a/commons-statistics-descriptive/src/main/java/org/apache/commons/statistics/descriptive/Statistic.java
b/commons-statistics-descriptive/src/main/java/org/apache/commons/statistics/descriptive/Statistic.java
index fc453b3f..031e0410 100644
---
a/commons-statistics-descriptive/src/main/java/org/apache/commons/statistics/descriptive/Statistic.java
+++
b/commons-statistics-descriptive/src/main/java/org/apache/commons/statistics/descriptive/Statistic.java
@@ -17,7 +17,7 @@
package org.apache.commons.statistics.descriptive;
/**
- * A statistic that can be computed on univariate data, for example a stream of
+ * Enumerates statistics that can be computed on univariate data, for example
a stream of
* {@code double} values.
*
* <p>{@code Statistic} is an enum representing the statistics that can be
computed
diff --git
a/commons-statistics-inference/src/main/java/org/apache/commons/statistics/inference/AlternativeHypothesis.java
b/commons-statistics-inference/src/main/java/org/apache/commons/statistics/inference/AlternativeHypothesis.java
index 6e2c5366..1704a72e 100644
---
a/commons-statistics-inference/src/main/java/org/apache/commons/statistics/inference/AlternativeHypothesis.java
+++
b/commons-statistics-inference/src/main/java/org/apache/commons/statistics/inference/AlternativeHypothesis.java
@@ -17,7 +17,7 @@
package org.apache.commons.statistics.inference;
/**
- * Represents an alternative hypothesis for a hypothesis test.
+ * Enumerates alternative hypotheses for a hypothesis test.
*
* @see <a
href="https://en.wikipedia.org/wiki/Alternative_hypothesis">Alternative
hypothesis (Wikipedia)</a>
* @since 1.1
diff --git
a/commons-statistics-inference/src/main/java/org/apache/commons/statistics/inference/ContinuityCorrection.java
b/commons-statistics-inference/src/main/java/org/apache/commons/statistics/inference/ContinuityCorrection.java
index 5e4c0878..0e501b29 100644
---
a/commons-statistics-inference/src/main/java/org/apache/commons/statistics/inference/ContinuityCorrection.java
+++
b/commons-statistics-inference/src/main/java/org/apache/commons/statistics/inference/ContinuityCorrection.java
@@ -17,7 +17,7 @@
package org.apache.commons.statistics.inference;
/**
- * Represents an optional adjustment that is made when a discrete distribution
is approximated by
+ * Enumerates optional adjustments that is made when a discrete distribution
is approximated by
* a continuous distribution.
*
* @see <a href="https://en.wikipedia.org/wiki/Continuity_correction">
diff --git
a/commons-statistics-inference/src/main/java/org/apache/commons/statistics/inference/DataDispersion.java
b/commons-statistics-inference/src/main/java/org/apache/commons/statistics/inference/DataDispersion.java
index e3206715..dad0eb36 100644
---
a/commons-statistics-inference/src/main/java/org/apache/commons/statistics/inference/DataDispersion.java
+++
b/commons-statistics-inference/src/main/java/org/apache/commons/statistics/inference/DataDispersion.java
@@ -17,7 +17,7 @@
package org.apache.commons.statistics.inference;
/**
- * Represents an assumption on the dispersion of data.
+ * Enumerates assumptions on the dispersion of data.
*
* @see <a
href="https://en.wikipedia.org/wiki/Homoscedasticity_and_heteroscedasticity">
* Homoscedasticity and heteroscedasticity (Wikipedia)</a>
diff --git
a/commons-statistics-inference/src/main/java/org/apache/commons/statistics/inference/Inequality.java
b/commons-statistics-inference/src/main/java/org/apache/commons/statistics/inference/Inequality.java
index 9e85bfdc..f8ca4a20 100644
---
a/commons-statistics-inference/src/main/java/org/apache/commons/statistics/inference/Inequality.java
+++
b/commons-statistics-inference/src/main/java/org/apache/commons/statistics/inference/Inequality.java
@@ -17,7 +17,7 @@
package org.apache.commons.statistics.inference;
/**
- * Represents a non-equal comparison between two numbers.
+ * Enumerates non-equal comparisons between two numbers.
*
* @see <a
href="https://en.wikipedia.org/wiki/Inequality_(mathematics)">Inequality
(Wikipedia)</a>
* @since 1.1
diff --git
a/commons-statistics-inference/src/main/java/org/apache/commons/statistics/inference/PValueMethod.java
b/commons-statistics-inference/src/main/java/org/apache/commons/statistics/inference/PValueMethod.java
index 222ee10e..4e93b65a 100644
---
a/commons-statistics-inference/src/main/java/org/apache/commons/statistics/inference/PValueMethod.java
+++
b/commons-statistics-inference/src/main/java/org/apache/commons/statistics/inference/PValueMethod.java
@@ -17,7 +17,7 @@
package org.apache.commons.statistics.inference;
/**
- * Represents a method for computing a p-value for a test statistic.
+ * Enumerates methods for computing a p-value for a test statistic.
*
* @since 1.1
*/
diff --git
a/commons-statistics-inference/src/main/java/org/apache/commons/statistics/inference/UnconditionedExactTest.java
b/commons-statistics-inference/src/main/java/org/apache/commons/statistics/inference/UnconditionedExactTest.java
index 94a103db..09a3be1e 100644
---
a/commons-statistics-inference/src/main/java/org/apache/commons/statistics/inference/UnconditionedExactTest.java
+++
b/commons-statistics-inference/src/main/java/org/apache/commons/statistics/inference/UnconditionedExactTest.java
@@ -146,7 +146,7 @@ public final class UnconditionedExactTest {
private final boolean optimize;
/**
- * Define the method to determine the more extreme tables.
+ * Enumerates methods to determine the more extreme tables.
*
* @since 1.1
*/