Package org.apache.commons.math3.analysis.interpolation

Univariate real functions interpolation algorithms.

See:
          Description

Interface Summary
BivariateGridInterpolator Interface representing a bivariate real interpolating function where the sample points must be specified on a regular grid.
MultivariateInterpolator Interface representing a univariate real interpolating function.
TrivariateGridInterpolator Interface representing a trivariate real interpolating function where the sample points must be specified on a regular grid.
UnivariateInterpolator Interface representing a univariate real interpolating function.
 

Class Summary
AbstractLinearIntervalsFunction Abstract class for linear interpolation.
BicubicSplineInterpolatingFunction Function that implements the bicubic spline interpolation.
BicubicSplineInterpolator Generates a bicubic interpolating function.
BiLinearIntervalsFunction Implements the representation of a linear function in dimension 2.
BiLinearIntervalsInterpolator Class representing a BivariateGridInterpolator for linear interpolation in dimension 2.
DividedDifferenceInterpolator Implements the Divided Difference Algorithm for interpolation of real univariate functions.
HermiteInterpolator Polynomial interpolator using both sample values and sample derivatives.
LinearInterpolator Implements a linear function for interpolation of real univariate functions.
LoessInterpolator Implements the Local Regression Algorithm (also Loess, Lowess) for interpolation of real univariate functions.
MicrosphereInterpolatingFunction Interpolating function that implements the Microsphere Projection.
MicrosphereInterpolator Interpolator that implements the algorithm described in William Dudziak's MS thesis.
NevilleInterpolator Implements the Neville's Algorithm for interpolation of real univariate functions.
SmoothingPolynomialBicubicSplineInterpolator Generates a bicubic interpolation function.
SplineInterpolator Computes a natural (also known as "free", "unclamped") cubic spline interpolation for the data set.
TricubicSplineInterpolatingFunction Function that implements the tricubic spline interpolation, as proposed in Tricubic interpolation in three dimensions
F.
TricubicSplineInterpolator Generates a tricubic interpolating function.
TriLinearIntervalsFunction Implements the representation of a linear function in dimension 2.
TriLinearIntervalsInterpolator Class representing a TrivariateGridInterpolator for linear interpolation in dimension 3.
UniLinearIntervalsFunction Implements the representation of a linear function in dimension 1.
UniLinearIntervalsInterpolator Class representing a univariate function for linear interpolation in dimension 1.
UnivariatePeriodicInterpolator Adapter for classes implementing the UnivariateInterpolator interface.
 

Package org.apache.commons.math3.analysis.interpolation Description

Univariate real functions interpolation algorithms.



Copyright © 2017 CNES. All Rights Reserved.