This is an automated email from the ASF dual-hosted git repository.

asf-gitbox-commits 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 0c6814f8 Correct mathjax
0c6814f8 is described below

commit 0c6814f8055a5ea87b19705b47a14f2ca2ff3446
Author: Alex Herbert <[email protected]>
AuthorDate: Tue Sep 15 16:45:42 2026 +0100

    Correct mathjax
---
 .../apache/commons/statistics/distribution/ZetaDistribution.java    | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/commons-statistics-distribution/src/main/java/org/apache/commons/statistics/distribution/ZetaDistribution.java
 
b/commons-statistics-distribution/src/main/java/org/apache/commons/statistics/distribution/ZetaDistribution.java
index 337748fe..ab1e23e6 100644
--- 
a/commons-statistics-distribution/src/main/java/org/apache/commons/statistics/distribution/ZetaDistribution.java
+++ 
b/commons-statistics-distribution/src/main/java/org/apache/commons/statistics/distribution/ZetaDistribution.java
@@ -67,7 +67,7 @@ import org.apache.commons.rng.UniformRandomProvider;
  *
  * <p>This may incur significant cancellation in the two zeta terms. The
  * {@link #cumulativeProbability(int) cdf(x)} method should be considered 
imprecise as the
- * value approaches 0. Precision loss is limited to {@code b}-bits for a value 
\( > 2^{-b+1} \).
+ * value approaches 0. Precision loss is limited to {@code b}-bits for a value 
\( \gt 2^{-b+1} \).
  * The {@link #probability(int, int) probability(a, b)} method should be 
considered potentially
  * imprecise for any range {@code b - a >= 10}.
  *
@@ -251,7 +251,7 @@ public final class ZetaDistribution extends 
AbstractDiscreteDistribution {
     /**
      * {@inheritDoc}
      *
-     * <p>For \( s > 2 \) the mean is:
+     * <p>For \( s \gt 2 \) the mean is:
      *
      * <p>\[ \frac{\zeta(s - 1)}{\zeta(s)} \]
      *
@@ -274,7 +274,7 @@ public final class ZetaDistribution extends 
AbstractDiscreteDistribution {
     /**
      * {@inheritDoc}
      *
-     * <p>For \( s > 3 \) the variance is:
+     * <p>For \( s \gt 3 \) the variance is:
      *
      * <p>\[ \frac{\zeta(s)\zeta(s-2) - \zeta(s-1)^2}{\zeta(s)^2} \]
      *

Reply via email to