2003-11-14 16:50:39 -05:00
|
|
|
<?xml version="1.0"?>
|
2004-02-28 12:47:37 -05:00
|
|
|
|
|
|
|
<!--
|
|
|
|
Copyright 2003-2004 The Apache Software Foundation
|
|
|
|
|
|
|
|
Licensed 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.
|
|
|
|
-->
|
|
|
|
|
2003-11-15 13:38:16 -05:00
|
|
|
<?xml-stylesheet type="text/xsl" href="./xdoc.xsl"?>
|
2004-06-01 09:47:17 -04:00
|
|
|
<!-- $Revision: 1.9 $ $Date: 2004/06/01 13:47:17 $ -->
|
2003-11-14 16:50:39 -05:00
|
|
|
<document url="index.html">
|
|
|
|
<properties>
|
|
|
|
<title>The Commons Math User Guide - Table of Contents</title>
|
|
|
|
</properties>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<section name="Table of Contents" href="toc">
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
<li><a href="overview.html">0. Overview</a>
|
|
|
|
<ul>
|
|
|
|
<li><a href="overview.html#about">0.1 About the User Guide</a></li>
|
|
|
|
<li><a href="overview.html#summary">0.2 What's in commons-math</a></li>
|
|
|
|
<li><a href="overview.html#organization">0.3 How commons-math is organized</a></li>
|
|
|
|
<li><a href="overview.html#contracts">0.4 How interface contracts are specified in commons-math javadoc</a></li>
|
|
|
|
<li><a href="overview.html#dependencies">0.5 Dependencies</a></li>
|
|
|
|
</ul></li>
|
|
|
|
|
2004-04-26 16:06:51 -04:00
|
|
|
<li><a href="stat.html">1. Statistics</a>
|
2003-11-14 16:50:39 -05:00
|
|
|
<ul>
|
|
|
|
<li><a href="stat.html#overview">1.1 Overview</a></li>
|
|
|
|
<li><a href="stat.html#univariate">1.2 Univariate statistics</a></li>
|
|
|
|
<li><a href="stat.html#frequency">1.3 Frequency distributions</a></li>
|
|
|
|
<li><a href="stat.html#regression">1.4 Bivariate regression</a></li>
|
|
|
|
<li><a href="stat.html#tests">1.5 Statistical tests</a></li>
|
|
|
|
<li><a href="stat.html#distributions">1.6 Distribution framework</a></li>
|
|
|
|
</ul></li>
|
|
|
|
<li><a href="random.html">2. Data Generation</a>
|
|
|
|
<ul>
|
|
|
|
<li><a href="random.html#overview">2.1 Overview</a></li>
|
|
|
|
<li><a href="random.html#deviates">2.2 Random numbers</a></li>
|
|
|
|
<li><a href="random.html#strings">2.3 Random Strings</a></li>
|
|
|
|
<li><a href="random.html#combinatorics">2.4 Random permutations, combinations, sampling</a></li>
|
|
|
|
<li><a href="random.html#empirical">2.5 Generating data "like" an input file</a></li>
|
|
|
|
</ul></li>
|
|
|
|
<li><a href="linear.html">3. Linear Algebra</a>
|
|
|
|
<ul>
|
|
|
|
<li><a href="linear.html#overview">3.1 Overview</a></li>
|
|
|
|
<li><a href="linear.html#real_matrices">3.2 Real matrices</a></li>
|
|
|
|
<li><a href="linear.html#solve">3.3 Solving linear systems</a></li>
|
|
|
|
</ul></li>
|
|
|
|
<li><a href="analysis.html">4. Numerical Analysis</a>
|
|
|
|
<ul>
|
|
|
|
<li><a href="analysis.html#overview">4.1 Overview</a></li>
|
|
|
|
<li><a href="analysis.html#rootfinding">4.2 Root-finding</a></li>
|
|
|
|
<li><a href="analysis.html#interpolation">4.3 Interpolation</a></li>
|
|
|
|
</ul></li>
|
|
|
|
<li><a href="special.html">5. Special Functions</a>
|
|
|
|
<ul>
|
|
|
|
<li><a href="special.html#overview">5.1 Overview</a></li>
|
|
|
|
<li><a href="special.html#gamma">5.2 Gamma functions</a></li>
|
|
|
|
<li><a href="special.html#beta">5.3 Beta funtions</a></li>
|
|
|
|
</ul></li>
|
|
|
|
<li><a href="utilities.html">6. Utilities</a>
|
|
|
|
<ul>
|
|
|
|
<li><a href="utilities#overview">6.1 Overview</a></li>
|
|
|
|
<li><a href="utilities.html#arrays">6.2 Double array utilities</a></li>
|
|
|
|
<li><a href="utilities.html#continued_fractions">6.3 Continued Fractions</a></li>
|
|
|
|
<li><a href="utilities.html#math_utils">6.4 binomial coefficients, factorials and other common math functions</a></li>
|
|
|
|
<li><a href="utilities.html#stat_utils">6.5 statistical computation utiliities</a></li>
|
|
|
|
</ul></li>
|
2004-04-26 16:06:51 -04:00
|
|
|
<li><a href="complex.html">7. Complex Numbers</a>
|
|
|
|
<ul>
|
|
|
|
<li><a href="complex.html#overview">7.1 Overview</a></li>
|
|
|
|
<li><a href="complex.html#complex">7.2 Complex Numbers</a></li>
|
|
|
|
<li><a href="complex.html#functions">7.3 Complex Transcendental Functions</a></li>
|
2004-06-01 09:47:17 -04:00
|
|
|
<li><a href="complex.html#formatting">7.4 Complex Formatting and Parsing</a></li>
|
2004-04-26 16:06:51 -04:00
|
|
|
</ul></li>
|
|
|
|
<li><a href="distribution.html">8. Probability Distributions</a>
|
|
|
|
<ul>
|
|
|
|
<li><a href="distribution.html#overview">8.1 Overview</a></li>
|
|
|
|
<li><a href="distribution.html#distributions">8.2 Distribution Framework</a></li>
|
|
|
|
</ul></li>
|
2003-11-14 16:50:39 -05:00
|
|
|
</ul>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
|
|
|
|
</document>
|