From 78727dd83fdb18fa61fb505d416de411bda8412d Mon Sep 17 00:00:00 2001 From: Phil Steitz Date: Mon, 14 May 2007 04:22:07 +0000 Subject: [PATCH] Javadoc only. Fixed typo. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@537701 13f79535-47bb-0310-9956-ffa450edef68 --- .../apache/commons/math/stat/descriptive/moment/Variance.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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