From b6bcbff8dc79a509855bdd570c9d8ee3f967bce6 Mon Sep 17 00:00:00 2001 From: Ray DeCampo Date: Fri, 12 May 2017 17:55:33 -0400 Subject: [PATCH] Fix javadoc issues --- .../math4/stat/descriptive/summary/Product.java | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/main/java/org/apache/commons/math4/stat/descriptive/summary/Product.java b/src/main/java/org/apache/commons/math4/stat/descriptive/summary/Product.java index 58609f883..46340c0ab 100644 --- a/src/main/java/org/apache/commons/math4/stat/descriptive/summary/Product.java +++ b/src/main/java/org/apache/commons/math4/stat/descriptive/summary/Product.java @@ -146,10 +146,10 @@ public class Product extends AbstractStorelessUnivariateStatistic implements Ser *
  • the start and length arguments do not determine a valid array
  • * * - *

    Uses the formula,

    +     * 

    Uses the formula,

    * weighted product = ∏values[i]weights[i] - *
    - * that is, the weights are applied as exponents when computing the weighted product.

    + *
    + * that is, the weights are applied as exponents when computing the weighted product. * * @param values the input array * @param weights the weights array @@ -185,10 +185,10 @@ public class Product extends AbstractStorelessUnivariateStatistic implements Ser * * *

    Uses the formula, - *

    +     * 
    * weighted product = ∏values[i]weights[i] - *
    - * that is, the weights are applied as exponents when computing the weighted product.

    + *
    + * that is, the weights are applied as exponents when computing the weighted product. * * @param values the input array * @param weights the weights array