Package org.hipparchus.analysis.interpolation
package org.hipparchus.analysis.interpolation
Univariate real functions interpolation algorithms.
-
ClassDescriptionComputes a cubic spline interpolation for the data set using the Akima algorithm, as originally formulated by Hiroshi Akima in his 1970 paper A New Method of Interpolation and Smooth Curve Fitting Based on Local Procedures. J.Function that implements the bicubic spline interpolation.Generates a
bicubic interpolating function
.Interpolate grid data using bi-linear interpolation.Interpolate grid data using bi-linear interpolation.Interface representing a bivariate real interpolating function where the sample points must be specified on a regular grid.Implements the Divided Difference Algorithm for interpolation of real univariate functions.FieldHermiteInterpolator<T extends FieldElement<T>>Polynomial interpolator using both sample values and sample derivatives.Interface representing a univariate field interpolating function.Helper for finding interpolation nodes along one axis of grid data.Polynomial interpolator using both sample values and sample derivatives.Utility class for theMicrosphereProjectionInterpolator
algorithm.Utility class for theMicrosphereProjectionInterpolator
algorithm.Implements a linear function for interpolation of real univariate functions.Implements the Local Regression Algorithm (also Loess, Lowess) for interpolation of real univariate functions.Interpolator that implements the algorithm described in William Dudziak's MS thesis.Interface representing a univariate real interpolating function.Implements the Neville's Algorithm for interpolation of real univariate functions.Function that implements the bicubic spline interpolation.Generates a piecewise-bicubic interpolating function.Computes a natural (also known as "free", "unclamped") cubic spline interpolation for the data set.Function that implements the tricubic spline interpolation, as proposed in Tricubic interpolation in three dimensions
F.Generates a tricubic interpolating function.Interface representing a trivariate real interpolating function where the sample points must be specified on a regular grid.Interface representing a univariate real interpolating function.Adapter for classes implementing theUnivariateInterpolator
interface.