- search(double) - Method in class smile.interpolation.AbstractInterpolation
-
Given a value x, return a value j such that x is (insofar as possible)
centered in the subrange xx[j..j+m-1], where xx is the stored data.
- ShepardInterpolation - Class in smile.interpolation
-
Shepard interpolation is a special case of normalized radial basis function
interpolation if the function φ(r) goes to infinity as r → 0, and is
finite for r > 0.
- ShepardInterpolation(double[][], double[]) - Constructor for class smile.interpolation.ShepardInterpolation
-
Constructor.
- ShepardInterpolation(double[][], double[], double) - Constructor for class smile.interpolation.ShepardInterpolation
-
Constructor.
- ShepardInterpolation1D - Class in smile.interpolation
-
Shepard interpolation is a special case of normalized radial basis function
interpolation if the function φ(r) goes to infinity as r → 0, and is
finite for r > 0.
- ShepardInterpolation1D(double[], double[]) - Constructor for class smile.interpolation.ShepardInterpolation1D
-
Constructor.
- ShepardInterpolation1D(double[], double[], double) - Constructor for class smile.interpolation.ShepardInterpolation1D
-
Constructor.
- ShepardInterpolation2D - Class in smile.interpolation
-
Shepard interpolation is a special case of normalized radial basis function
interpolation if the function φ(r) goes to infinity as r → 0, and is
finite for r > 0.
- ShepardInterpolation2D(double[], double[], double[]) - Constructor for class smile.interpolation.ShepardInterpolation2D
-
Constructor.
- ShepardInterpolation2D(double[], double[], double[], double) - Constructor for class smile.interpolation.ShepardInterpolation2D
-
Constructor.
- smile.interpolation - package smile.interpolation
-
Interpolation is the process of constructing a function that takes on
specified values at specified points.
- smile.interpolation.variogram - package smile.interpolation.variogram
-
Variogram functions.
- SphericalVariogram - Class in smile.interpolation.variogram
-
Spherical variogram.
- SphericalVariogram(double, double) - Constructor for class smile.interpolation.variogram.SphericalVariogram
-
Constructor.
- SphericalVariogram(double, double, double) - Constructor for class smile.interpolation.variogram.SphericalVariogram
-
Constructor.