Author: luc Date: Tue Jan 26 21:56:20 2010 New Revision: 903442 URL: http://svn.apache.org/viewvc?rev=903442&view=rev Log: typos
Modified: commons/proper/math/trunk/src/site/xdoc/changes.xml 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=903442&r1=903441&r2=903442&view=diff ============================================================================== --- commons/proper/math/trunk/src/site/xdoc/changes.xml (original) +++ commons/proper/math/trunk/src/site/xdoc/changes.xml Tue Jan 26 21:56:20 2010 @@ -105,19 +105,19 @@ <action dev="psteitz" type="fix" issue="MATH-306" due-to="Joerg Huber"> Removed dead code from Complex#divide. </action> - <action dev="psteitz" tyoe="fix" issue="MATH-294"> + <action dev="psteitz" type="fix" issue="MATH-294"> Fixed implementation of RandomDataImpl#nextPoisson by implementing an alternative algorithm for large means. </action> - <action dev="psteitz" tyoe="add" issue="MATH-300" due-to="Gilles Sadowski"> + <action dev="psteitz" type="add" issue="MATH-300" due-to="Gilles Sadowski"> Added support for multidimensional interpolation using the robust microsphere algorithm. </action> - <action dev="psteitz" tyoe="fix" issue="MATH-298"> + <action dev="psteitz" type="fix" issue="MATH-298"> Fixed implementation of EmpiricalDistributionImpl#getUpperBounds to match interface contract. Added getGeneratorUpperBounds method to EmpiricalDistributionImpl providing previous behavior. </action> - <action dev="luc" tyoe="fix" issue="MATH-296" due-to="Eugene Kirpichov"> + <action dev="luc" type="fix" issue="MATH-296" due-to="Eugene Kirpichov"> Fixed wrong results on Loess interpolation, also added a way to set weights for smoothing and to ignore zero weights for coefficients computation </action> @@ -128,7 +128,7 @@ Fixed misleading number formats in error messages for adaptive stepsize integrators. </action> - <action dev="psteitz" tyoe="add" issue="MATH-287" due-to="Matthew Rowles"> + <action dev="psteitz" type="add" issue="MATH-287" due-to="Matthew Rowles"> Added support for weighted descriptive statistics. </action> <action dev="psteitz" type="add">