Author: tn Date: Thu May 31 23:38:16 2012 New Revision: 1344941 URL: http://svn.apache.org/viewvc?rev=1344941&view=rev Log: [MATH-644] added fix to changes.xml.
Modified: commons/proper/math/trunk/src/changes/changes.xml Modified: commons/proper/math/trunk/src/changes/changes.xml URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/changes/changes.xml?rev=1344941&r1=1344940&r2=1344941&view=diff ============================================================================== --- commons/proper/math/trunk/src/changes/changes.xml (original) +++ commons/proper/math/trunk/src/changes/changes.xml Thu May 31 23:38:16 2012 @@ -52,6 +52,10 @@ If the output is not quite correct, chec <body> <release version="3.1" date="TBD" description=" "> + <action dev="tn" type="fix" issue="MATH-644" due-to="marzieh"> + Fix computation of upperCumulativeProbability in HypergeometricDistribution and + cleanup of duplicate probability mass function. + </action> <action dev="celestin" type="fix" issue="MATH-791"> In GammaDistribution, deprecated getAlpha() and getBeta(). Replaced with getShape() and getScale(), respectively.