Class LinearInterpolator

  • All Implemented Interfaces:
    UnivariateRealInterpolator

    public class LinearInterpolator
    extends java.lang.Object
    implements UnivariateRealInterpolator
    Implements a linear function for interpolation of real univariate functions.
    Since:
    2.2
    Version:
    $Revision$ $Date$
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      PolynomialSplineFunction interpolate​(double[] x, double[] y)
      Computes a linear interpolating function for the data set.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait