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

Class CubicSplineInterpolation2D

  • All Implemented Interfaces:
    Interpolation2D


    public class CubicSplineInterpolation2D
    extends java.lang.Object
    implements Interpolation2D
    Cubic spline interpolation in a two-dimensional regular grid. It is similar to one-dimensional splines as it guarantees the continuity of the first and second function derivatives. Note that bicubic spline guarantees continuity of only gradient and cross-derivative.
    • Constructor Summary

      Constructors 
      Constructor and Description
      CubicSplineInterpolation2D(double[] x1, double[] x2, double[][] y)
      Constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      double interpolate(double x1p, double x2p)
      Interpolate the data at a given 2-dimensional point.
      • Methods inherited from class java.lang.Object

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

      • CubicSplineInterpolation2D

        public CubicSplineInterpolation2D(double[] x1,
                                          double[] x2,
                                          double[][] y)
        Constructor.
    • Method Detail

      • interpolate

        public double interpolate(double x1p,
                                  double x2p)
        Description copied from interface: Interpolation2D
        Interpolate the data at a given 2-dimensional point.
        Specified by:
        interpolate in interface Interpolation2D

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.