Uses of Class
org.faceless.graph.math.Polynomial

Packages that use Polynomial
org.faceless.graph.math Contains "curves" which are plotted on AbstractLineGraph and subclasses. 
 

Uses of Polynomial in org.faceless.graph.math
 

Methods in org.faceless.graph.math that return Polynomial
static Polynomial Polynomial.fit(DataCurve d)
          Return a new polynomial that is fitted to the specified data curve within the tolerance set by setFitTolerance.
static Polynomial Polynomial.fit(double[] xvals, double[] yvals)
          Return a new polynomial that is fitted to the specified array of X and Y values within the tolerance set by setFitTolerance.
static Polynomial Polynomial.fit(int order, double[] xvals, double[] yvals)
          Return a new polynomial of the specified order that is fitted to the specified array of X and Y values within the tolerance set by setFitTolerance.
 



Copyright © 2001-2012 Big Faceless Organization