Interface DataViewerFit

  • All Known Implementing Classes:
    SineFit

    public interface DataViewerFit
    This interface defines the methods necessary to display the result of the fit in a DataViewer
    • Method Detail

      • getResultDataSet

        cern.jdve.data.DataSet getResultDataSet​(cern.jdve.utils.DataRange xRange,
                                                int nPoints)
        must return a DataSet for the result of the fit.
        Parameters:
        xRange - the Range for which to calculate the values for the fitted function
        nPoints - the amount of points to be calculated in the range
        Returns:
        the DataSet ready to display in the Chart