Package dwvisser.statistics

Linear regression and minimization codes.

See:
          Description

Interface Summary
Function Generic interface for any real function of a real variable.
UncertainFunction  
 

Class Summary
BracketMinimum Based on mnbrak.c in "Numerical Recipes" Given 2 initial points axi and bxi, this routine searches in the downhill direction (defined by the function as evaluated at the initial points) and returns new points ax,bx cx that bracket a minimum of the function.
BrentMethod This class is based on the routine brent in Numerical Recipes in C, 2nd ed.
LinearFitErrXY Code for fitting a line to data with error bars in both x and y.
LinearFitErrY Given a data set, performs a linear regression, then can be queried for the results.
LinearFunction  
MiscMath  
PolynomialFitErrY Given a data set, performs a linear regression, then can be queried for the results.
 

Exception Summary
StatisticsException  
 

Package dwvisser.statistics Description

Linear regression and minimization codes.

OSI Certified Open Source Software

This package is free software; you can redistribute it and/or modify it under the terms of the University of Illinois/NCSA Open Source License.

This package is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose. See the University of Illinois/NCSA Open Source License for more details.

You should have received a copy of the University of Illinois/NCSA Open Source License along with this program; if not, see http://www.opensource.org/