Package com.jrefinery.chart.data

Classes for created fitted data (contributed by Matthew Wright).

See:
          Description

Interface Summary
PlotFitAlgorithm an interface that any PlotFit needs to use to get the curve for the plot fit.
 

Class Summary
LinearPlotFitAlgorithm A linear plot fit algorithm contributed by Matthew Wright.
MovingAveragePlotFitAlgorithm Calculates a moving average for an XYDataset.
PlotFit Manages the creation of a new dataset based on an existing XYDataset, according to a pluggable algorithm.
 

Package com.jrefinery.chart.data Description

Classes for created fitted data (contributed by Matthew Wright).