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

Univariate real functions interpolation algorithms.

See:
          Description

Interface Summary
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.
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 (c) 2003-2010 Apache Software Foundation