psteitz     2004/11/06 21:07:29

  Modified:    math/xdocs changes.xml
  Log:
  Updated to reflect distribution package changes.
  
  Revision  Changes    Path
  1.9       +11 -1     jakarta-commons/math/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/math/xdocs/changes.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- changes.xml       25 Oct 2004 05:37:32 -0000      1.8
  +++ changes.xml       7 Nov 2004 05:07:29 -0000       1.9
  @@ -83,7 +83,17 @@
         <action dev="psteitz" type="fix" due-to="Kim van der Linde" 
issue="31860">
           Fixed error in SimpleRegression.getSignificance.  Value returned was
           off by a factor of 2 (did not match javadoc).
  -      </action> 
  +      </action>
  +      <action dev="psteitz" type="update">
  +        Refactored distribution package so that mixed distributions and
  +        discrete distributions with non-integer values can be represented.
  +        Added Distribution base interface as well as IntegerDistribution
  +        extending DiscreteDistribution.  Previously existing discrete
  +        distributions now implement IntegerDistribution.
  +      </action>
  +      <action dev="psteitz" type="update" due-to="Fredrik Norin" 
issue="31688">
  +        Added Poisson distribution implementation.
  +      </action>
       </release>
       
       <release version="1.0-RC1" date="2004-09-07">
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to