2003-05-20 06:27:26 -04:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
|
|
|
|
<document>
|
2003-05-22 12:55:22 -04:00
|
|
|
<properties>
|
|
|
|
<title>Developers Guide</title>
|
|
|
|
<author email="rdonkin@apache.org">Robert Burrell Donkin</author>
|
|
|
|
</properties>
|
2003-05-20 06:27:26 -04:00
|
|
|
|
2003-05-22 12:55:22 -04:00
|
|
|
<body>
|
|
|
|
<section name="Aims">
|
|
|
|
<p>
|
|
|
|
Creating and maintaining a mathematical and statistical library that is
|
|
|
|
accurate requires a greater degree of communication than might be the
|
|
|
|
case for other components. It is important that developers follow
|
|
|
|
guidelines laid down by the community to ensure that the code they create
|
|
|
|
can be successfully maintained by others.
|
|
|
|
</p>
|
|
|
|
</section>
|
|
|
|
<section name='Guidelines'>
|
|
|
|
Still under development...!
|
|
|
|
</section>
|
|
|
|
<section name='Recommended Readings'>
|
|
|
|
<p>
|
|
|
|
Here is a list of relevant materials. Much of the discussion surrounding
|
|
|
|
the development of this component will refer to the various sources
|
|
|
|
listed below, and frequently the Javadoc for a particular class or
|
|
|
|
interface will link to a definition contained in these documents.
|
|
|
|
</p>
|
|
|
|
<subsection name='Recommended Readings'>
|
|
|
|
<dl>
|
|
|
|
<dt>Concerning floating point arithmetic.</dt>
|
|
|
|
<dd>
|
|
|
|
<a href="http://www.validlab.com/goldberg/paper.ps">
|
|
|
|
http://www.validlab.com/goldberg/paper.ps
|
|
|
|
</a><br/>
|
|
|
|
<a href="http://www.cs.berkeley.edu/~wkahan/ieee754status/ieee754.ps">
|
|
|
|
http://www.cs.berkeley.edu/~wkahan/ieee754status/ieee754.ps
|
|
|
|
</a><br/>
|
|
|
|
</dd>
|
2003-05-30 11:40:28 -04:00
|
|
|
<dt>Numerical analysis</dt>
|
|
|
|
<dd>
|
|
|
|
<a href="http://www.nr.com/ ">
|
|
|
|
Numerical Recipes (NR)
|
|
|
|
</a><br/>
|
|
|
|
<a href="http://www.mathcom.com/corpdir/techinfo.mdir/scifaq/index.html">
|
|
|
|
mathcom scientific computing FAQ
|
|
|
|
</a><br/>
|
|
|
|
<a href="http://www.ma.man.ac.uk/~higham/asna/asna2.pdf">
|
|
|
|
Bibliography of accuracy and stability of numerical algorithms
|
|
|
|
</a><br/>
|
|
|
|
<a href="http://tonic.physics.sunysb.edu/docs/num_meth.html">
|
|
|
|
SUNY StonyBrook numerical methods page
|
|
|
|
</a><br/>
|
|
|
|
<a href="http://epubs.siam.org/sam-bin/dbq/toclist/SINUM">
|
|
|
|
SIAM Journal of Numerical Analysis Online
|
|
|
|
</a><br/>
|
|
|
|
</dd>
|
|
|
|
<dt>Probability and statistics</dt>
|
|
|
|
<dd>
|
|
|
|
<a href="http://lib.stat.cmu.edu/">
|
|
|
|
Statlib at CMU
|
|
|
|
</a><br/>
|
|
|
|
<a href="http://www.itl.nist.gov/div898/handbook/">
|
|
|
|
NIST Engineering Statistics Handbook
|
|
|
|
</a><br/>
|
|
|
|
<a href="http://www.psychstat.smsu.edu/sbk00.htm">
|
|
|
|
Online Introductory Statistics (David W. Stockburger)
|
|
|
|
</a><br/>
|
|
|
|
<a href="http://www.ubmail.ubalt.edu/~harsham/statistics/REFSTAT.HTM">
|
|
|
|
Probablilty and Statistics Resources
|
|
|
|
</a><br/>
|
|
|
|
<a href="http://www.jstatsoft.org/">
|
|
|
|
Online journal of statistical software
|
|
|
|
</a><br/>
|
|
|
|
</dd>
|
2003-05-22 12:55:22 -04:00
|
|
|
</dl>
|
|
|
|
</subsection>
|
2003-05-30 11:40:28 -04:00
|
|
|
<subsection name='Javadoc comment resources'>
|
2003-05-22 12:55:22 -04:00
|
|
|
<dl>
|
|
|
|
<dt>References for mathematical definitions.</dt>
|
|
|
|
<dd>
|
|
|
|
<a href="http://rd11.web.cern.ch/RD11/rkb/titleA.html">
|
|
|
|
http://rd11.web.cern.ch/RD11/rkb/titleA.html
|
|
|
|
</a><br/>
|
|
|
|
<a href="http://mathworld.wolfram.com">
|
|
|
|
http://mathworld.wolfram.com
|
|
|
|
</a><br/>
|
2003-05-30 11:40:28 -04:00
|
|
|
<a href="http://www.itl.nist.gov/div898/handbook">
|
|
|
|
http://www.itl.nist.gov/div898/handbook
|
|
|
|
</a><br/>
|
|
|
|
<a href="http://www.itl.nist.gov/div898/handbook">
|
|
|
|
http://www.wikipedia.org/wiki/
|
|
|
|
</a><br/>
|
2003-05-22 12:55:22 -04:00
|
|
|
</dd>
|
|
|
|
</dl>
|
|
|
|
</subsection>
|
|
|
|
</section>
|
|
|
|
</body>
|
2003-05-20 06:27:26 -04:00
|
|
|
</document>
|