diff --git a/src/java/org/apache/commons/math/stat/descriptive/moment/Variance.java b/src/java/org/apache/commons/math/stat/descriptive/moment/Variance.java index 37332d70f..dbcd62fdc 100644 --- a/src/java/org/apache/commons/math/stat/descriptive/moment/Variance.java +++ b/src/java/org/apache/commons/math/stat/descriptive/moment/Variance.java @@ -32,7 +32,7 @@ import org.apache.commons.math.stat.descriptive.AbstractStorelessUnivariateStati * The definitional formula does not have good numerical properties, so * this implementation uses updating formulas based on West's algorithm * as described in - * Chan, T. F. andJ. G. Lewis 1979, Communications of the ACM, + * Chan, T. F. and J. G. Lewis 1979, Communications of the ACM, * vol. 22 no. 9, pp. 526-531.. *
* The "population variance" ( sum((x_i - mean)^2) / n ) can also