es.unex.sextante.libMath.regression
Class LeastSquaresFit
java.lang.Object
es.unex.sextante.libMath.regression.LeastSquaresFit
public class LeastSquaresFit
- extends java.lang.Object
Least squares fitting
- Author:
- volaya
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LeastSquaresFit
public LeastSquaresFit()
addValue
public void addValue(double dX,
double dY)
calculate
public boolean calculate(int iOrder)
getExpression
public java.lang.String getExpression()
getNumPoints
public int getNumPoints()
getPoints
public void getPoints(double[] x,
double[] y)
getXMax
public double getXMax()
getXMin
public double getXMin()
getY
public double getY(double x)
getYMax
public double getYMax()
getYMin
public double getYMin()