Uses of Interface
org.apache.commons.math.analysis.interpolation.UnivariateRealInterpolator
-
Packages that use UnivariateRealInterpolator Package Description 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 Modifier and Type Class Description classDividedDifferenceInterpolatorImplements the Divided Difference Algorithm for interpolation of real univariate functions.classLinearInterpolatorImplements a linear function for interpolation of real univariate functions.classLoessInterpolatorImplements the Local Regression Algorithm (also Loess, Lowess) for interpolation of real univariate functions.classNevilleInterpolatorImplements the Neville's Algorithm for interpolation of real univariate functions.classSplineInterpolatorComputes a natural (also known as "free", "unclamped") cubic spline interpolation for the data set.
-