Package org.apache.commons.math.analysis.interpolation

Univariate real functions interpolation algorithms.

See:
          Description

Interface Summary
BivariateRealGridInterpolator Interface representing a bivariate real interpolating function where the sample points must be specified on a regular grid.
MultivariateRealInterpolator Interface representing a univariate real interpolating function.
UnivariateRealInterpolator Interface representing a univariate real interpolating function.
 

Class Summary
BicubicSplineFunction 2D-spline function.
BicubicSplineInterpolatingFunction Function that implements the bicubic spline interpolation.
DividedDifferenceInterpolator Implements the Divided Difference Algorithm 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.
MicrosphereInterpolatingFunction.MicrosphereSurfaceElement Class for storing the accounting data needed to perform 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.
SmoothingBicubicSplineInterpolator Generates a bicubic interpolation function.
SplineInterpolator Computes a natural (also known as "free", "unclamped") cubic spline interpolation for the data set.
 

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

Univariate real functions interpolation algorithms.



Copyright (c) 2003-2012 Apache Software Foundation