Return-Path: X-Original-To: apmail-commons-commits-archive@minotaur.apache.org Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 233A2DB7B for ; Fri, 16 Nov 2012 07:59:15 +0000 (UTC) Received: (qmail 8159 invoked by uid 500); 16 Nov 2012 07:59:14 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 7967 invoked by uid 500); 16 Nov 2012 07:59:12 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 7934 invoked by uid 99); 16 Nov 2012 07:59:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Nov 2012 07:59:11 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Nov 2012 07:59:10 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 3D2122388980 for ; Fri, 16 Nov 2012 07:58:50 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r1410238 - in /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/stat/correlation: StorelessBivariateCovariance.java StorelessCovariance.java Date: Fri, 16 Nov 2012 07:58:50 -0000 To: commits@commons.apache.org From: luc@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20121116075850.3D2122388980@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: luc Date: Fri Nov 16 07:58:49 2012 New Revision: 1410238 URL: http://svn.apache.org/viewvc?rev=1410238&view=rev Log: Replaced a character encoded in isolatin-1 in Javadoc. As per current discussions on the dev list, we should go to UTF-8 entirely. For now, I have just used plain old html entities until we make sure everything can be generated properly from UTF-8. Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/stat/correlation/StorelessBivariateCovariance.java commons/proper/math/trunk/src/main/java/org/apache/commons/math3/stat/correlation/StorelessCovariance.java Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/stat/correlation/StorelessBivariateCovariance.java URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/main/java/org/apache/commons/math3/stat/correlation/StorelessBivariateCovariance.java?rev=1410238&r1=1410237&r2=1410238&view=diff ============================================================================== --- commons/proper/math/trunk/src/main/java/org/apache/commons/math3/stat/correlation/StorelessBivariateCovariance.java (original) +++ commons/proper/math/trunk/src/main/java/org/apache/commons/math3/stat/correlation/StorelessBivariateCovariance.java Fri Nov 16 07:58:49 2012 @@ -23,7 +23,7 @@ import org.apache.commons.math3.exceptio * Bivariate Covariance implementation that does not require input data to be * stored in memory. * - *

This class is based on a paper written by Philippe Pébay: + *

This class is based on a paper written by Philippe Pébay: * * Formulas for Robust, One-Pass Parallel Computation of Covariances and * Arbitrary-Order Statistical Moments, 2008, Technical Report SAND2008-6212, Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/stat/correlation/StorelessCovariance.java URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/main/java/org/apache/commons/math3/stat/correlation/StorelessCovariance.java?rev=1410238&r1=1410237&r2=1410238&view=diff ============================================================================== --- commons/proper/math/trunk/src/main/java/org/apache/commons/math3/stat/correlation/StorelessCovariance.java (original) +++ commons/proper/math/trunk/src/main/java/org/apache/commons/math3/stat/correlation/StorelessCovariance.java Fri Nov 16 07:58:49 2012 @@ -28,7 +28,7 @@ import org.apache.commons.math3.linear.R * constructor. Specific elements of the matrix are incrementally updated with * calls to incrementRow() or increment Covariance(). * - *

This class is based on a paper written by Philippe Pébay: + *

This class is based on a paper written by Philippe Pébay: * * Formulas for Robust, One-Pass Parallel Computation of Covariances and * Arbitrary-Order Statistical Moments, 2008, Technical Report SAND2008-6212,