Uses of Interface
org.apache.commons.math.analysis.interpolation.UnivariateRealInterpolator

Packages that use UnivariateRealInterpolator
org.apache.commons.math.analysis.interpolation Univariate real functions interpolation algorithms. 
 

Uses of UnivariateRealInterpolator in org.apache.commons.math.analysis.interpolation
 

Classes in org.apache.commons.math.analysis.interpolation that implement UnivariateRealInterpolator
 class DividedDifferenceInterpolator
          Implements the Divided Difference Algorithm for interpolation of real univariate functions.
 class LinearInterpolator
          Implements a linear function for interpolation of real univariate functions.
 class LoessInterpolator
          Implements the Local Regression Algorithm (also Loess, Lowess) for interpolation of real univariate functions.
 class NevilleInterpolator
          Implements the Neville's Algorithm for interpolation of real univariate functions.
 class SplineInterpolator
          Computes a natural (also known as "free", "unclamped") cubic spline interpolation for the data set.
 



Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.