alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

Commons Math example source code file (tasks.xml)

This example Commons Math source code file (tasks.xml) is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Java - Commons Math tags/keywords

apache, asf, asf, date, developers, license, license, math, of, see, see, tasks, you, you

The Commons Math tasks.xml source code

<?xml version="1.0"?>

<!--
   Licensed to the Apache Software Foundation (ASF) under one or more
  contributor license agreements.  See the NOTICE file distributed with
  this work for additional information regarding copyright ownership.
  The ASF licenses this file to You under the Apache License, Version 2.0
  (the "License"); you may not use this file except in compliance with
  the License.  You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.
  -->
  
<!-- $Revision: 799967 $ $Date: 2009-08-01 21:06:03 -0400 (Sat, 01 Aug 2009) $ -->
<document>
  <properties>
    <title>Tasks: To Do
  </properties>
  <body>
    <section name="Aim">
      <p>This page aims to be a handy reference of work pending for the next
      planned release.  Users who want new features should submit patches to this
      page in the unclassified section.  Developers who want to lend a hand can
      grab tasks from this page. Everyone can see the progress which is being
      made.</p>
    </section>
    <section name="TODO list">
      <p>The following is a list of items still TODO for Math.  
      Contributions are welcome!</p>
      <subsection name="Documentation and Code Conformance Tasks">
        <p>Many of these will always be a required. Please focus on applying
        format standards and provide as many test cases as possible for your
        code.</p>
        <dl>
          <dt>Performance and accuracy testing.
          <dd>If anyone is interested in helping out here, we could really use
           a wider selection of test cases for the core numerical functions and
           validation against either other packages (e.g. R for the statistical
           stuff), verified datasets, or experiments comparing implementions
           using floats to doubles.</dd>
          <dt>Test Coverage.
          <dd>Clover tests show some remaining gaps in test path coverage. Goal
           is to get all tests to 100% coverage.  Also improve test data and
           boundary conditions coverage.</dd>
          <dt>Code review.
          <dd>
            <p>Code review is a continuous process that all Contributors and
             Developers should practice while working on the code base.</p>
            <ul>
              <li>Verify that the code matches the documentation and identify
               inefficiencies or numerical problems.  All feedback/suggestions
               for improvement/patches are welcome.</li>
            </ul>
          </dd>
        </dl>
      </subsection>
    </section>
    <section name="Future Goals">
      <subsection name="Delayed Tasks slated for the next release of the Math library">
      <dl> 
        <dt>Statistics
          <dd>
            <ul>
              <li>More inference methods
            </ul>
          </dd> 
          <dt>Linear Algebra
          <dd>
            <ul>
              <li>More matrix decompositions (Cholesky, QR, SVD) and framework
               to support.</li>
              <li>Sparse matrices
            </ul>
          </dd> 
        </dl> 
      </subsection>
    </section>
  </body>
</document>

Other Commons Math examples (source code examples)

Here is a short list of links related to this Commons Math tasks.xml source code file:

... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2021 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.