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

Univariate real functions interpolation algorithms.

See:
          Description

Interface Summary
MultivariateRealInterpolator Interface representing a univariate real interpolating function.
UnivariateRealInterpolator Interface representing a univariate real interpolating function.
 

Class Summary
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.
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.
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 © 2003-2009 The Apache Software Foundation. All Rights Reserved.