Documentation of 'smile.interpolation.LinearInterpolation' Java class
LinearInterpolation
smile.interpolation

Class LinearInterpolation

  • All Implemented Interfaces:
    Interpolation


    public class LinearInterpolation
    extends AbstractInterpolation
    Piecewise linear interpolation. Linear interpolation, sometimes known as lerp, is quick and easy, but it is not very precise. Another disadvantage is that the interpolant is not differentiable at the control points x.
    • Constructor Summary

      Constructors 
      Constructor and Description
      LinearInterpolation(double[] x, double[] y)
      Constructor.
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LinearInterpolation

        public LinearInterpolation(double[] x,
                                   double[] y)
        Constructor.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.