Author: psteitz
Date: Sat Jan 8 17:50:54 2011
New Revision: 1056747
URL: http://svn.apache.org/viewvc?rev=1056747&view=rev
Log:
Updated changelog to reflect fixes for MATH-384, MATH-385.
Modified:
commons/proper/math/branches/MATH_2_X/src/site/xdoc/changes.xml
commons/proper/math/trunk/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=1056747&r1=1056746&r2=1056747&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 Sat Jan 8
17:50:54 2011
@@ -62,6 +62,18 @@ The <action> 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.
</action>
+ <action dev="mikkel" type="update" issue="MATH-385">
+ 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.
+ </action>
+ <action dev="mikkel" type="update" issue="MATH-384">
+ Added a constructor and addValues(double[]) methods allowing
DescriptiveStatistics to
+ be initialized with values from a double[] array. Similarly enhanced
+ ResizeableDoubleArray.
+ </action>
<action dev="psteitz" type="update" issue="MATH-448" due-to="Patrick
Meyer">
Added a getUniqueCount() method to Frequency to return the number of
unique
values included in the frequency table.
Modified: commons/proper/math/trunk/src/site/xdoc/changes.xml
URL:
http://svn.apache.org/viewvc/commons/proper/math/trunk/src/site/xdoc/changes.xml?rev=1056747&r1=1056746&r2=1056747&view=diff
==============================================================================
--- commons/proper/math/trunk/src/site/xdoc/changes.xml (original)
+++ commons/proper/math/trunk/src/site/xdoc/changes.xml Sat Jan 8 17:50:54 2011
@@ -155,6 +155,18 @@ The <action> 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.
</action>
+ <action dev="mikkel" type="update" issue="MATH-385">
+ 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.
+ </action>
+ <action dev="mikkel" type="update" issue="MATH-384">
+ Added a constructor and addValues(double[]) methods allowing
DescriptiveStatistics to
+ be initialized with values from a double[] array. Similarly enhanced
+ ResizeableDoubleArray.
+ </action>
<action dev="psteitz" type="update" issue="MATH-448" due-to="Patrick
Meyer">
Added a getUniqueCount() method to Frequency to return the number of
unique
values included in the frequency table.