Return-Path: Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: (qmail 67847 invoked from network); 28 Jan 2011 21:57:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 28 Jan 2011 21:57:04 -0000 Received: (qmail 63514 invoked by uid 500); 28 Jan 2011 21:57:04 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 63420 invoked by uid 500); 28 Jan 2011 21:57:03 -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 63413 invoked by uid 99); 28 Jan 2011 21:57:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Jan 2011 21:57:03 +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, 28 Jan 2011 21:57:03 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 176382388A39; Fri, 28 Jan 2011 21:56:43 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1064904 - /commons/proper/math/branches/MATH_2_X/src/site/xdoc/changes.xml Date: Fri, 28 Jan 2011 21:56:43 -0000 To: commits@commons.apache.org From: mikl@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110128215643.176382388A39@eris.apache.org> Author: mikl Date: Fri Jan 28 21:56:42 2011 New Revision: 1064904 URL: http://svn.apache.org/viewvc?rev=1064904&view=rev Log: Updated name in changelog to reflect fixes for MATH-384 and MATH-385 which was introduced in r1056747. Modified: commons/proper/math/branches/MATH_2_X/src/site/xdoc/changes.xml Modified: commons/proper/math/branches/MATH_2_X/src/site/xdoc/changes.xml URL: http://svn.apache.org/viewvc/commons/proper/math/branches/MATH_2_X/src/site/xdoc/changes.xml?rev=1064904&r1=1064903&r2=1064904&view=diff ============================================================================== --- commons/proper/math/branches/MATH_2_X/src/site/xdoc/changes.xml (original) +++ commons/proper/math/branches/MATH_2_X/src/site/xdoc/changes.xml Fri Jan 28 21:56:42 2011 @@ -114,14 +114,14 @@ The type attribute can be add,u Modified erf (and erfc) to return extreme values for x with abs(x) > 40. For these arguments, the true value is indistinguishable from an extrema as a double. - + Added characteristic support to distributions, including methods to return numerical estimates of the mean and variance and upper and lower bounds of support. In version 2.2, methods returning distribution characteristics have been added only to the implementation classes. In version 3, supporting methods have been added to the abstract base classes and distribution interfaces. - + Added a constructor and addValues(double[]) methods allowing DescriptiveStatistics to be initialized with values from a double[] array. Similarly enhanced ResizeableDoubleArray.