Documentation of 'org.apache.commons.math3.analysis.interpolation.LoessInterpolator' Java class
LoessInterpolator
org.apache.commons.math3.analysis.interpolation

Class LoessInterpolator

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and 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

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

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.