Package com.irurueta.numerical.interpolation
package com.irurueta.numerical.interpolation
-
ClassDescriptionEstimates coefficients of a polynomial passing through provided set of x and y points.Computes barycentric rational interpolation.Abstract base class used by all interpolation implementations.Base class for interpolation methods based on Radial Basis Functions to interpolate sparse points.Computes bicubic spline interpolation in two dimensions.Interpolation in two dimensions.Computes cubic spline interpolation.Computes curve interpolation of multidimensional points using cubic splines.Gaussian Radial Basis Function implementation.Base class for interpolating polynomial estimators.Exception raised when function interpolation fails.Inverse Multi-quadric Radial Function Basis implementation.Interpolates sparsely defined points using D.G.Variogram function.Computes linear interpolation.Multi-quadric Radial Function Basis implementation.Interpolation in two dimensions.Computes polynomial interpolation.Interface defining a Radial Basis Function (RBF) to be used for interpolation.Interpolates sparsely defined points of dimension "dim" using a Radial Basis Function.Computes rational interpolation.Interpolates sparsely defined points of dimension "dim" using Shepard interpolation, which is a simplification of Radial Basis Function interpolation that achieves less accurate results but having less computational cost.Estimates coefficients of a polynomial passing through provided set of x and y points.Thin-plate spline Radial Basis Function implementation.