Class LoessInterpolator

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      PolynomialSplineFunction interpolate​(double[] xval, double[] yval)
      Compute an interpolating function by performing a loess fit on the data at the original abscissae and then building a cubic spline with a SplineInterpolator on the resulting fit.
      double[] smooth​(double[] xval, double[] yval)
      Compute a loess fit on the data at the original abscissae.
      double[] smooth​(double[] xval, double[] yval, double[] weights)
      Compute a weighted loess fit on the data at the original abscissae.
      • Methods inherited from class java.lang.Object

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