JIDE 3.5.15

Package com.jidesoft.chart.fit

Contains classes to support interpolation of chart models, either for aesthetics or for better approximations of functions.

See:
          Description

Interface Summary
CurveFitter An interface used by different implementations that derive a ChartModel from a set of points.
 

Class Summary
Areas This class provides methods for computing the area under a curve (but assumes the points of the curves are joined by straight line segments)
FunctionMap The idea is to provide a class that, given a chart model and an x or y value, can read off the corresponding value from the other axis.
LineFitter Uses Ordinary Least Squares regression to fit a line to a data set
Polynomial This class represents a polynomial of any number of terms (provided the powers of x are all positive integers).
PolynomialFitter A class for fitting a polynomial to a set of data provided as a ChartModel.
QuadraticFitter A class that fits a quadratic polynomial curve to a set of points contained in a ChartModel
SplineEngine Computes spline segments from arrays of points
 

Package com.jidesoft.chart.fit Description

Contains classes to support interpolation of chart models, either for aesthetics or for better approximations of functions.


JIDE 3.5.15