You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by md...@apache.org on 2003/06/05 16:10:43 UTC

cvs commit: jakarta-commons-sandbox/math/xdocs tasks.xml

mdiggory    2003/06/05 07:10:43

  Modified:    math/xdocs tasks.xml
  Log:
  PR: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20507
  Submitted by:	Phil Steitz
  
  Revision  Changes    Path
  1.5       +13 -10    jakarta-commons-sandbox/math/xdocs/tasks.xml
  
  Index: tasks.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/math/xdocs/tasks.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- tasks.xml	30 May 2003 15:40:28 -0000	1.4
  +++ tasks.xml	5 Jun 2003 14:10:43 -0000	1.5
  @@ -52,8 +52,7 @@
      <subsection name="Unclassified priority"> 
       <ul>
        <li>
  -      Add quantiles (1,5,10,25,50,75,90,95,99) to all Univaraite
  -      implementations and bootstrap confidence intervals to StoredUnivariate
  +      Add bootstrap confidence intervals to StoredUnivariate
         implementations.
        </li>
        <li>
  @@ -76,15 +75,11 @@
         support general linear regression.
        </li>
        <li>
  -      ComplexNumber interface and implementation.  The only tricky thing
  -      here is making division numerically sound and what extended value
  -      topology to adopt.
  +      ComplexNumber implementation, supporting C9x Annex G spec.
        </li>
  -     <li>
  -      Binomial coefficients -- incorporate an "exact" implementation that is
  -      limited to what can be stored in a long.  Use this to provide binomial and
  -      hypergeometric CDFs and densities.  Extend distribution framework to 
  -      support discrete distributions.
  +     <li> Extend distribution framework to 
  +      support discrete distributions and implement binomial and hypergeometric
  +      distributions.
        </li>
        <li>
         Framework and implementation strategie(s) for finding roots or real-valued
  @@ -131,6 +126,14 @@
       </li>
       <li>
         Add higher order moments to Univariate implementations.
  +    </li>
  +    <li>
  +      Binomial coefficients -- incorporate an "exact" implementation that is
  +      limited to what can be stored in a long.  Also provided double-valued
  +      implementation of binomial coefficients and their logs.
  +    </li>
  +    <li>
  +      Add percentiles to stored Univariate implementations
       </li>
       </ul>
      </subsection>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org